33 switch (
area->spacetype) {
49 switch (
area->spacetype) {
65 switch (
area->spacetype) {
81 switch (
area->spacetype) {
175 "Add Vertex and Slide",
176 "Add new vertex and slide it",
184 "Add Feather Vertex and Slide",
185 "Add new vertex to feather and slide it",
194 "Duplicate mask and move",
211 if (space_clip !=
NULL) {
219 if (space_clip !=
NULL) {
struct ScrArea * CTX_wm_area(const bContext *C)
struct SpaceClip * CTX_wm_space_clip(const bContext *C)
struct Depsgraph * CTX_data_ensure_evaluated_depsgraph(const bContext *C)
struct Depsgraph Depsgraph
bool ED_space_clip_maskedit_poll(struct bContext *C)
void ED_clip_view_lock_state_restore_no_jump(const struct bContext *C, const ClipViewLockState *state)
bool ED_space_clip_maskedit_mask_poll(struct bContext *C)
bool ED_space_clip_maskedit_visible_splines_poll(struct bContext *C)
bool ED_space_clip_maskedit_mask_visible_splines_poll(struct bContext *C)
void ED_clip_view_lock_state_store(const struct bContext *C, ClipViewLockState *state)
bool ED_space_image_maskedit_visible_splines_poll(struct bContext *C)
bool ED_space_image_maskedit_mask_visible_splines_poll(struct bContext *C)
bool ED_space_image_maskedit_mask_poll(struct bContext *C)
bool ED_space_image_maskedit_poll(struct bContext *C)
bool ED_space_sequencer_maskedit_poll(struct bContext *C)
bool ED_space_sequencer_maskedit_mask_poll(struct bContext *C)
const Depsgraph * depsgraph
SyclQueue void void size_t num_bytes void
void MASK_OT_add_feather_vertex(wmOperatorType *ot)
void MASK_OT_primitive_square_add(wmOperatorType *ot)
void MASK_OT_primitive_circle_add(wmOperatorType *ot)
void MASK_OT_add_vertex(wmOperatorType *ot)
void ED_operatormacros_mask(void)
void ED_keymap_mask(wmKeyConfig *keyconf)
void ED_mask_view_lock_state_restore_no_jump(const bContext *C, const MaskViewLockState *state)
bool ED_maskedit_visible_splines_poll(bContext *C)
bool ED_maskedit_mask_poll(bContext *C)
bool ED_maskedit_poll(bContext *C)
bool ED_maskedit_mask_visible_splines_poll(bContext *C)
void ED_mask_view_lock_state_store(const bContext *C, MaskViewLockState *state)
void ED_operatortypes_mask(void)
void MASK_OT_select(struct wmOperatorType *ot)
void MASK_OT_new(struct wmOperatorType *ot)
void MASK_OT_shape_key_clear(struct wmOperatorType *ot)
void MASK_OT_select_circle(struct wmOperatorType *ot)
void MASK_OT_slide_point(struct wmOperatorType *ot)
void MASK_OT_hide_view_clear(struct wmOperatorType *ot)
void MASK_OT_hide_view_set(struct wmOperatorType *ot)
void MASK_OT_duplicate(struct wmOperatorType *ot)
void MASK_OT_select_less(struct wmOperatorType *ot)
void MASK_OT_slide_spline_curvature(struct wmOperatorType *ot)
void MASK_OT_delete(struct wmOperatorType *ot)
void MASK_OT_layer_new(struct wmOperatorType *ot)
void MASK_OT_select_linked_pick(struct wmOperatorType *ot)
void MASK_OT_switch_direction(struct wmOperatorType *ot)
void MASK_OT_shape_key_rekey(struct wmOperatorType *ot)
void MASK_OT_handle_type_set(struct wmOperatorType *ot)
void MASK_OT_normals_make_consistent(struct wmOperatorType *ot)
void MASK_OT_shape_key_insert(struct wmOperatorType *ot)
void MASK_OT_select_more(struct wmOperatorType *ot)
void MASK_OT_copy_splines(struct wmOperatorType *ot)
void MASK_OT_shape_key_feather_reset(struct wmOperatorType *ot)
void MASK_OT_layer_remove(struct wmOperatorType *ot)
void MASK_OT_select_all(struct wmOperatorType *ot)
void MASK_OT_feather_weight_clear(struct wmOperatorType *ot)
void MASK_OT_parent_clear(struct wmOperatorType *ot)
void MASK_OT_layer_move(struct wmOperatorType *ot)
void MASK_OT_select_lasso(struct wmOperatorType *ot)
void MASK_OT_select_box(struct wmOperatorType *ot)
void MASK_OT_cyclic_toggle(struct wmOperatorType *ot)
void MASK_OT_paste_splines(struct wmOperatorType *ot)
void MASK_OT_select_linked(struct wmOperatorType *ot)
void MASK_OT_parent_set(struct wmOperatorType *ot)
static void area(int d1, int d2, int e1, int e2, float weights[2])
void RNA_boolean_set(PointerRNA *ptr, const char *name, bool value)
bool(* poll)(struct bContext *)
wmKeyMap * WM_keymap_ensure(wmKeyConfig *keyconf, const char *idname, int spaceid, int regionid)
wmOperatorType * WM_operatortype_append_macro(const char *idname, const char *name, const char *description, int flag)
wmOperatorTypeMacro * WM_operatortype_macro_define(wmOperatorType *ot, const char *idname)
void WM_operatortype_append(void(*opfunc)(wmOperatorType *))