|
Blender V5.0
|
Go to the source code of this file.
Functions | |
| void | LATTICE_OT_select_all (wmOperatorType *ot) |
| void | LATTICE_OT_select_more (wmOperatorType *ot) |
| void | LATTICE_OT_select_less (wmOperatorType *ot) |
| void | LATTICE_OT_select_ungrouped (wmOperatorType *ot) |
| void | LATTICE_OT_select_random (wmOperatorType *ot) |
| void | LATTICE_OT_select_mirror (wmOperatorType *ot) |
| void | LATTICE_OT_make_regular (wmOperatorType *ot) |
| void | LATTICE_OT_flip (wmOperatorType *ot) |
| void LATTICE_OT_flip | ( | wmOperatorType * | ot | ) |
Definition at line 333 of file editlattice_tools.cc.
References ED_operator_editlattice(), lattice_flip_exec(), LATTICE_FLIP_U, LATTICE_FLIP_V, LATTICE_FLIP_W, OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_enum(), and WM_menu_invoke().
Referenced by ED_operatortypes_lattice().
| void LATTICE_OT_make_regular | ( | wmOperatorType * | ot | ) |
Definition at line 95 of file editlattice_tools.cc.
References make_regular_exec(), make_regular_poll(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_lattice().
| void LATTICE_OT_select_all | ( | wmOperatorType * | ot | ) |
Definition at line 454 of file editlattice_select.cc.
References ED_operator_editlattice(), lattice_select_all_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, and WM_operator_properties_select_all().
Referenced by ED_operatortypes_lattice().
| void LATTICE_OT_select_less | ( | wmOperatorType * | ot | ) |
Definition at line 343 of file editlattice_select.cc.
References ED_operator_editlattice(), lattice_select_less_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_lattice().
| void LATTICE_OT_select_mirror | ( | wmOperatorType * | ot | ) |
Definition at line 228 of file editlattice_select.cc.
References ED_operator_editlattice(), lattice_select_mirror_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, RNA_def_boolean(), RNA_def_enum_flag(), and rna_enum_axis_flag_xyz_items.
Referenced by ED_operatortypes_lattice().
| void LATTICE_OT_select_more | ( | wmOperatorType * | ot | ) |
Definition at line 328 of file editlattice_select.cc.
References ED_operator_editlattice(), lattice_select_more_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by ED_operatortypes_lattice().
| void LATTICE_OT_select_random | ( | wmOperatorType * | ot | ) |
Definition at line 142 of file editlattice_select.cc.
References ED_operator_editlattice(), lattice_select_random_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, and WM_operator_properties_select_random().
Referenced by ED_operatortypes_lattice().
| void LATTICE_OT_select_ungrouped | ( | wmOperatorType * | ot | ) |
Definition at line 523 of file editlattice_select.cc.
References ED_operator_editlattice(), lattice_select_ungrouped_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, and RNA_def_boolean().
Referenced by ED_operatortypes_lattice().