|
Blender V4.3
|
#include "ED_clip.hh"Go to the source code of this file.
Classes | |
| struct | MaskViewLockState |
| bool ED_mask_feather_find_nearest | ( | const bContext * | C, |
| Mask * | mask_orig, | ||
| const float | normal_co[2], | ||
| float | threshold, | ||
| MaskLayer ** | r_mask_layer, | ||
| MaskSpline ** | r_spline, | ||
| MaskSplinePoint ** | r_point, | ||
| MaskSplinePointUW ** | r_uw, | ||
| float * | r_score ) |
Definition at line 360 of file mask_query.cc.
References BKE_mask_spline_feather_points(), CTX_data_ensure_evaluated_depsgraph(), CTX_wm_area(), CTX_wm_region(), DEG_get_evaluated_id(), depsgraph, ED_mask_get_size(), ED_mask_pixelspace_factor(), ListBase::first, float, FLT_MAX, Mask::id, len, len_squared_v2v2(), MASK_HIDE_SELECT, MASK_HIDE_VIEW, Mask::masklayers, MEM_freeN(), MaskSpline::next, point, sqrtf, MaskSplinePoint::tot_uw, and MaskSplinePoint::uw.
Referenced by select_exec(), slide_point_customdata(), and slide_spline_curvature_check().
| bool ED_mask_find_nearest_diff_point | ( | const bContext * | C, |
| Mask * | mask_orig, | ||
| const float | normal_co[2], | ||
| int | threshold, | ||
| bool | feather, | ||
| float | tangent[2], | ||
| bool | use_deform, | ||
| bool | use_project, | ||
| MaskLayer ** | r_mask_layer, | ||
| MaskSpline ** | r_spline, | ||
| MaskSplinePoint ** | r_point, | ||
| float * | r_u, | ||
| float * | r_score ) |
Definition at line 36 of file mask_query.cc.
References b, BKE_mask_point_segment_diff(), BKE_mask_point_segment_feather_diff(), BKE_mask_spline_project_co(), CTX_data_ensure_evaluated_depsgraph(), CTX_wm_area(), CTX_wm_region(), DEG_get_evaluated_id(), depsgraph, dist_squared_to_line_segment_v2(), ED_mask_get_size(), ED_mask_pixelspace_factor(), ListBase::first, float, FLT_MAX, Mask::id, MASK_HIDE_SELECT, MASK_HIDE_VIEW, MASK_PROJ_ANY, Mask::masklayers, MEM_freeN(), MaskSpline::next, point, MaskSpline::points, and sub_v2_v2v2().
Referenced by add_feather_vertex_exec(), add_vertex_subdivide(), slide_spline_curvature_customdata(), and spline_under_mouse_get().
Get active layer. Will create mask/layer to be sure there's an active layer.
Definition at line 76 of file mask_ops.cc.
References BKE_mask_layer_active(), BKE_mask_layer_new(), CTX_data_edit_mask(), and ED_mask_new().
Referenced by create_primitive_from_points().
| bool ED_mask_layer_select_check | ( | const MaskLayer * | mask_layer | ) |
Definition at line 59 of file mask_select.cc.
References ED_mask_spline_select_check(), LISTBASE_FOREACH, MASK_HIDE_SELECT, MASK_HIDE_VIEW, MaskLayer::splines, and MaskLayer::visibility_flag.
Referenced by ED_mask_layer_shape_auto_key_select(), ED_mask_select_check(), mask_hide_view_set_exec(), mask_shape_key_clear_exec(), mask_shape_key_insert_exec(), and mask_shape_key_rekey_exec().
| void ED_mask_layer_select_set | ( | MaskLayer * | mask_layer, |
| bool | do_select ) |
Definition at line 101 of file mask_select.cc.
References ED_mask_spline_select_set(), LISTBASE_FOREACH, MASK_HIDE_SELECT, MaskLayer::splines, and MaskLayer::visibility_flag.
Referenced by ED_mask_select_toggle_all(), mask_hide_view_clear_exec(), and mask_hide_view_set_exec().
Definition at line 46 of file mask_ops.cc.
References BKE_mask_new(), CTX_data_main(), CTX_wm_area(), ED_space_clip_set_mask(), ED_space_image_set_mask(), mask(), SPACE_CLIP, SPACE_IMAGE, and SPACE_SEQ.
Referenced by add_vertex_exec(), ED_mask_layer_ensure(), and mask_new_exec().
| MaskSplinePoint * ED_mask_point_find_nearest | ( | const bContext * | C, |
| Mask * | mask_orig, | ||
| const float | normal_co[2], | ||
| float | threshold, | ||
| MaskLayer ** | r_mask_layer, | ||
| MaskSpline ** | r_spline, | ||
| eMaskWhichHandle * | r_which_handle, | ||
| float * | r_score ) |
Definition at line 204 of file mask_query.cc.
References MaskSplinePoint::bezt, BKE_mask_point_handles_mode_get(), BKE_mask_spline_point_array(), CTX_data_ensure_evaluated_depsgraph(), CTX_wm_area(), CTX_wm_region(), DEG_get_evaluated_id(), depsgraph, ED_mask_get_size(), ED_mask_pixelspace_factor(), ListBase::first, FLT_MAX, BezTriple::h1, BezTriple::h2, HD_VECT, Mask::id, len_squared_v2v2(), MASK_HANDLE_MODE_STICK, MASK_HIDE_SELECT, MASK_HIDE_VIEW, mask_point_scaled_handle(), MASK_WHICH_HANDLE_LEFT, MASK_WHICH_HANDLE_NONE, MASK_WHICH_HANDLE_RIGHT, MASK_WHICH_HANDLE_STICK, Mask::masklayers, MaskSpline::next, point, sqrtf, and BezTriple::vec.
Referenced by add_feather_vertex_exec(), mask_select_linked_pick_invoke(), select_exec(), slide_point_customdata(), and slide_spline_curvature_check().
| bool ED_mask_select_check | ( | const Mask * | mask | ) |
Definition at line 74 of file mask_select.cc.
References ED_mask_layer_select_check(), and LISTBASE_FOREACH.
Referenced by ED_mask_select_toggle_all().
| void ED_mask_select_flush_all | ( | Mask * | mask | ) |
Definition at line 151 of file mask_select.cc.
References MaskSplinePointUW::flag, LISTBASE_FOREACH, MASK_HIDE_VIEW, MASKPOINT_ISSEL_ANY, SELECT, MaskSplinePoint::tot_uw, and MaskSplinePoint::uw.
Referenced by box_select_exec(), circle_select_exec(), delete_exec(), do_lasso_select_mask(), ED_mask_deselect_all(), mask_select_linked_exec(), mask_select_linked_pick_invoke(), select_all_exec(), select_exec(), select_sliding_point(), setup_vertex_point(), and slide_spline_curvature_customdata().
Definition at line 114 of file mask_select.cc.
References BKE_mask_point_select_set(), ED_mask_layer_select_set(), ED_mask_select_check(), LISTBASE_FOREACH, MASK_HIDE_SELECT, MASK_HIDE_VIEW, MASKPOINT_ISSEL_ANY, SEL_DESELECT, SEL_INVERT, SEL_SELECT, and SEL_TOGGLE.
Referenced by add_vertex_extrude(), add_vertex_new(), add_vertex_subdivide(), box_select_exec(), circle_select_exec(), create_primitive_from_points(), do_lasso_select_mask(), ED_mask_deselect_all(), select_all_exec(), select_exec(), select_sliding_point(), and slide_spline_curvature_customdata().
| bool ED_mask_spline_select_check | ( | const MaskSpline * | spline | ) |
Definition at line 46 of file mask_select.cc.
References MASKPOINT_ISSEL_ANY.
Referenced by cyclic_toggle_exec(), ED_mask_layer_select_check(), mask_select_linked_exec(), and mask_switch_direction_exec().
| void ED_mask_spline_select_set | ( | MaskSpline * | spline, |
| bool | do_select ) |
Definition at line 85 of file mask_select.cc.
References BKE_mask_point_select_set(), and SELECT.
Referenced by ED_mask_layer_select_set(), mask_select_linked_exec(), and mask_select_linked_pick_invoke().
| void ED_mask_view_lock_state_restore_no_jump | ( | const bContext * | C, |
| const MaskViewLockState * | state ) |
Definition at line 217 of file mask_edit.cc.
References CTX_data_ensure_evaluated_depsgraph(), CTX_wm_space_clip(), depsgraph, ED_clip_view_lock_state_restore_no_jump(), SpaceClip::flag, SC_LOCK_SELECTION, and state.
Referenced by add_vertex_exec(), create_primitive_from_points(), select_all_exec(), select_exec(), slide_point_customdata(), and slide_spline_curvature_customdata().
| void ED_mask_view_lock_state_store | ( | const bContext * | C, |
| MaskViewLockState * | state ) |
Definition at line 209 of file mask_edit.cc.
References CTX_wm_space_clip(), ED_clip_view_lock_state_store(), and state.
Referenced by add_vertex_exec(), create_primitive_from_points(), select_all_exec(), select_exec(), slide_point_customdata(), and slide_spline_curvature_customdata().
| void MASK_OT_add_feather_vertex | ( | wmOperatorType * | ot | ) |
Definition at line 679 of file mask_add.cc.
References add_feather_vertex_exec(), add_feather_vertex_invoke(), wmOperatorType::description, ED_maskedit_mask_poll(), wmOperatorType::exec, wmOperatorType::flag, FLT_MAX, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_float_vector(), and wmOperatorType::srna.
Referenced by ED_operatortypes_mask().
| void MASK_OT_add_vertex | ( | wmOperatorType * | ot | ) |
Definition at line 582 of file mask_add.cc.
References add_vertex_exec(), add_vertex_invoke(), wmOperatorType::description, ED_maskedit_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, FLT_MAX, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_float_vector(), and wmOperatorType::srna.
Referenced by ED_operatortypes_mask().
| void MASK_OT_copy_splines | ( | wmOperatorType * | ot | ) |
Definition at line 2132 of file mask_ops.cc.
References copy_splines_exec(), wmOperatorType::description, ED_maskedit_mask_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_cyclic_toggle | ( | wmOperatorType * | ot | ) |
Definition at line 1349 of file mask_ops.cc.
References cyclic_toggle_exec(), wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_delete | ( | wmOperatorType * | ot | ) |
Definition at line 1525 of file mask_ops.cc.
References delete_exec(), delete_invoke(), wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and WM_operator_properties_confirm_or_exec().
Referenced by ED_operatortypes_mask().
| void MASK_OT_duplicate | ( | wmOperatorType * | ot | ) |
Definition at line 2101 of file mask_ops.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_duplicate_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_feather_weight_clear | ( | wmOperatorType * | ot | ) |
Definition at line 1883 of file mask_ops.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_feather_weight_clear_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_handle_type_set | ( | wmOperatorType * | ot | ) |
Definition at line 1717 of file mask_ops.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, HD_ALIGN, HD_ALIGN_DOUBLESIDE, HD_AUTO, HD_FREE, HD_VECT, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RNA_def_enum(), set_handle_type_exec(), wmOperatorType::srna, and WM_menu_invoke().
Referenced by ED_operatortypes_mask().
| void MASK_OT_hide_view_clear | ( | wmOperatorType * | ot | ) |
Definition at line 1770 of file mask_ops.cc.
References wmOperatorType::description, ED_maskedit_mask_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_hide_view_clear_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by ED_operatortypes_mask().
| void MASK_OT_hide_view_set | ( | wmOperatorType * | ot | ) |
Definition at line 1831 of file mask_ops.cc.
References wmOperatorType::description, ED_maskedit_mask_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_hide_view_set_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by ED_operatortypes_mask().
| void MASK_OT_layer_move | ( | wmOperatorType * | ot | ) |
Definition at line 1952 of file mask_ops.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_layer_move_exec(), mask_layer_move_poll(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_enum(), and wmOperatorType::srna.
Referenced by ED_operatortypes_mask().
| void MASK_OT_layer_new | ( | wmOperatorType * | ot | ) |
Definition at line 145 of file mask_ops.cc.
References wmOperatorType::description, ED_maskedit_mask_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_layer_new_exec(), MAX_ID_NAME, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_string(), and wmOperatorType::srna.
Referenced by ED_operatortypes_mask().
| void MASK_OT_layer_remove | ( | wmOperatorType * | ot | ) |
Definition at line 180 of file mask_ops.cc.
References wmOperatorType::description, ED_maskedit_mask_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_layer_remove_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_new | ( | wmOperatorType * | ot | ) |
Definition at line 109 of file mask_ops.cc.
References wmOperatorType::description, ED_maskedit_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_new_exec(), MAX_ID_NAME, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_string(), and wmOperatorType::srna.
Referenced by ED_operatortypes_mask().
| void MASK_OT_normals_make_consistent | ( | wmOperatorType * | ot | ) |
Definition at line 1647 of file mask_ops.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_normals_make_consistent_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_parent_clear | ( | wmOperatorType * | ot | ) |
Definition at line 56 of file mask_relationships.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_parent_clear_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_parent_set | ( | wmOperatorType * | ot | ) |
based on #OBJECT_OT_parent_set
Definition at line 155 of file mask_relationships.cc.
References wmOperatorType::description, ED_space_clip_maskedit_mask_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_parent_set_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_paste_splines | ( | wmOperatorType * | ot | ) |
Definition at line 2176 of file mask_ops.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, paste_splines_exec(), paste_splines_poll(), and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_primitive_circle_add | ( | wmOperatorType * | ot | ) |
Definition at line 863 of file mask_add.cc.
References define_primitive_add_properties(), wmOperatorType::description, ED_maskedit_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, primitive_add_invoke(), and primitive_circle_add_exec().
Referenced by ED_operatortypes_mask().
| void MASK_OT_primitive_square_add | ( | wmOperatorType * | ot | ) |
Definition at line 898 of file mask_add.cc.
References define_primitive_add_properties(), wmOperatorType::description, ED_maskedit_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, primitive_add_invoke(), and primitive_square_add_exec().
Referenced by ED_operatortypes_mask().
| void MASK_OT_select | ( | wmOperatorType * | ot | ) |
Definition at line 396 of file mask_select.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), ED_select_pick_get_name(), wmOperatorType::exec, wmOperatorType::flag, FLT_MAX, wmOperatorType::get_name, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_float_vector(), select_exec(), select_invoke(), wmOperatorType::srna, and WM_operator_properties_mouse_select().
Referenced by ED_operatortypes_mask().
| void MASK_OT_select_all | ( | wmOperatorType * | ot | ) |
Definition at line 220 of file mask_select.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, select_all_exec(), and WM_operator_properties_select_all().
Referenced by ED_operatortypes_mask().
| void MASK_OT_select_box | ( | wmOperatorType * | ot | ) |
Definition at line 503 of file mask_select.cc.
References box_select_exec(), wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_UNDO, ot, wmOperatorType::poll, WM_gesture_box_invoke(), WM_gesture_box_modal(), WM_operator_properties_gesture_box(), and WM_operator_properties_select_operation_simple().
Referenced by ED_operatortypes_mask().
| void MASK_OT_select_circle | ( | wmOperatorType * | ot | ) |
Definition at line 744 of file mask_select.cc.
References circle_select_exec(), wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), ED_select_circle_get_name(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::get_name, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, WM_gesture_circle_invoke(), WM_gesture_circle_modal(), WM_operator_properties_gesture_circle(), and WM_operator_properties_select_operation_simple().
Referenced by ED_operatortypes_mask().
| void MASK_OT_select_lasso | ( | wmOperatorType * | ot | ) |
Definition at line 623 of file mask_select.cc.
References wmOperatorType::cancel, clip_lasso_select_exec(), wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_DEPENDS_ON_CURSOR, OPTYPE_UNDO, ot, wmOperatorType::poll, WM_gesture_lasso_cancel(), WM_gesture_lasso_invoke(), WM_gesture_lasso_modal(), WM_operator_properties_gesture_lasso(), and WM_operator_properties_select_operation_simple().
Referenced by ED_operatortypes_mask().
| void MASK_OT_select_less | ( | wmOperatorType * | ot | ) |
Definition at line 985 of file mask_select.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_select_less_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_select_linked | ( | wmOperatorType * | ot | ) |
Definition at line 866 of file mask_select.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_select_linked_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_select_linked_pick | ( | wmOperatorType * | ot | ) |
Definition at line 811 of file mask_select.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, mask_select_linked_pick_invoke(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by ED_operatortypes_mask().
| void MASK_OT_select_more | ( | wmOperatorType * | ot | ) |
Definition at line 965 of file mask_select.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_select_more_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_shape_key_clear | ( | wmOperatorType * | ot | ) |
Definition at line 107 of file mask_shapekey.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_shape_key_clear_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_shape_key_feather_reset | ( | wmOperatorType * | ot | ) |
Definition at line 189 of file mask_shapekey.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_shape_key_feather_reset_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_shape_key_insert | ( | wmOperatorType * | ot | ) |
Definition at line 61 of file mask_shapekey.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_shape_key_insert_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().
| void MASK_OT_shape_key_rekey | ( | wmOperatorType * | ot | ) |
Definition at line 356 of file mask_shapekey.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_shape_key_rekey_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by ED_operatortypes_mask().
| void MASK_OT_slide_point | ( | wmOperatorType * | ot | ) |
Definition at line 914 of file mask_ops.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, PROP_SKIP_SAVE, RNA_def_boolean(), RNA_def_property_flag(), slide_point_invoke(), slide_point_modal(), and wmOperatorType::srna.
Referenced by ED_operatortypes_mask().
| void MASK_OT_slide_spline_curvature | ( | wmOperatorType * | ot | ) |
Definition at line 1309 of file mask_ops.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, slide_spline_curvature_invoke(), and slide_spline_curvature_modal().
Referenced by ED_operatortypes_mask().
| void MASK_OT_switch_direction | ( | wmOperatorType * | ot | ) |
Definition at line 1585 of file mask_ops.cc.
References wmOperatorType::description, ED_maskedit_mask_visible_splines_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mask_switch_direction_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_mask().