Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/sculpt_paint/paint_intern.h
| Show First 20 Lines • Show All 364 Lines • ▼ Show 20 Lines | |||||
| void paint_stroke_operator_properties(struct wmOperatorType *ot); | void paint_stroke_operator_properties(struct wmOperatorType *ot); | ||||
| void BRUSH_OT_curve_preset(struct wmOperatorType *ot); | void BRUSH_OT_curve_preset(struct wmOperatorType *ot); | ||||
| void PAINT_OT_face_select_linked(struct wmOperatorType *ot); | void PAINT_OT_face_select_linked(struct wmOperatorType *ot); | ||||
| void PAINT_OT_face_select_linked_pick(struct wmOperatorType *ot); | void PAINT_OT_face_select_linked_pick(struct wmOperatorType *ot); | ||||
| void PAINT_OT_face_select_all(struct wmOperatorType *ot); | void PAINT_OT_face_select_all(struct wmOperatorType *ot); | ||||
| void PAINT_OT_face_select_hide(struct wmOperatorType *ot); | void PAINT_OT_face_select_hide(struct wmOperatorType *ot); | ||||
| void PAINT_OT_face_select_reveal(struct wmOperatorType *ot); | |||||
| void PAINT_OT_face_vert_reveal(struct wmOperatorType *ot); | |||||
| void PAINT_OT_vert_select_all(struct wmOperatorType *ot); | void PAINT_OT_vert_select_all(struct wmOperatorType *ot); | ||||
| void PAINT_OT_vert_select_ungrouped(struct wmOperatorType *ot); | void PAINT_OT_vert_select_ungrouped(struct wmOperatorType *ot); | ||||
| void PAINT_OT_vert_select_hide(struct wmOperatorType *ot); | |||||
| bool vert_paint_poll(struct bContext *C); | bool vert_paint_poll(struct bContext *C); | ||||
| bool mask_paint_poll(struct bContext *C); | bool mask_paint_poll(struct bContext *C); | ||||
| bool paint_curve_poll(struct bContext *C); | bool paint_curve_poll(struct bContext *C); | ||||
| bool facemask_paint_poll(struct bContext *C); | bool facemask_paint_poll(struct bContext *C); | ||||
| /** | /** | ||||
| * Uses symm to selectively flip any axis of a coordinate. | * Uses symm to selectively flip any axis of a coordinate. | ||||
| ▲ Show 20 Lines • Show All 125 Lines • Show Last 20 Lines | |||||