Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/mask/mask_intern.h
| Show First 20 Lines • Show All 53 Lines • ▼ Show 20 Lines | |||||
| void MASK_OT_add_vertex(struct wmOperatorType *ot); | void MASK_OT_add_vertex(struct wmOperatorType *ot); | ||||
| void MASK_OT_add_feather_vertex(struct wmOperatorType *ot); | void MASK_OT_add_feather_vertex(struct wmOperatorType *ot); | ||||
| void MASK_OT_primitive_circle_add(struct wmOperatorType *ot); | void MASK_OT_primitive_circle_add(struct wmOperatorType *ot); | ||||
| void MASK_OT_primitive_square_add(struct wmOperatorType *ot); | void MASK_OT_primitive_square_add(struct wmOperatorType *ot); | ||||
| /* mask_ops.c */ | /* mask_ops.c */ | ||||
| struct Mask *ED_mask_new(struct bContext *C, const char *name); | struct Mask *ED_mask_new(struct bContext *C, const char *name); | ||||
| struct MaskLayer *ED_mask_layer_ensure(struct bContext *C); | struct MaskLayer *ED_mask_layer_ensure(struct bContext *C, bool *r_added_mask); | ||||
| void MASK_OT_new(struct wmOperatorType *ot); | void MASK_OT_new(struct wmOperatorType *ot); | ||||
| void MASK_OT_layer_new(struct wmOperatorType *ot); | void MASK_OT_layer_new(struct wmOperatorType *ot); | ||||
| void MASK_OT_layer_remove(struct wmOperatorType *ot); | void MASK_OT_layer_remove(struct wmOperatorType *ot); | ||||
| void MASK_OT_cyclic_toggle(struct wmOperatorType *ot); | void MASK_OT_cyclic_toggle(struct wmOperatorType *ot); | ||||
| void MASK_OT_slide_point(struct wmOperatorType *ot); | void MASK_OT_slide_point(struct wmOperatorType *ot); | ||||
| void MASK_OT_slide_spline_curvature(struct wmOperatorType *ot); | void MASK_OT_slide_spline_curvature(struct wmOperatorType *ot); | ||||
| ▲ Show 20 Lines • Show All 63 Lines • Show Last 20 Lines | |||||