|
Blender V4.5
|
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 wmOperatorType::description, ED_operator_editlattice(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, lattice_flip_exec(), LATTICE_FLIP_U, LATTICE_FLIP_V, LATTICE_FLIP_W, LATTICE_OT_flip(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, wmOperatorType::poll, wmOperatorType::prop, RNA_def_enum(), wmOperatorType::srna, and WM_menu_invoke().
Referenced by ED_operatortypes_lattice(), and LATTICE_OT_flip().
| void LATTICE_OT_make_regular | ( | wmOperatorType * | ot | ) |
Definition at line 95 of file editlattice_tools.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, LATTICE_OT_make_regular(), make_regular_exec(), make_regular_poll(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and wmOperatorType::poll.
Referenced by ED_operatortypes_lattice(), and LATTICE_OT_make_regular().
| void LATTICE_OT_select_all | ( | wmOperatorType * | ot | ) |
Definition at line 454 of file editlattice_select.cc.
References wmOperatorType::description, ED_operator_editlattice(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, LATTICE_OT_select_all(), lattice_select_all_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, wmOperatorType::poll, and WM_operator_properties_select_all().
Referenced by ED_operatortypes_lattice(), and LATTICE_OT_select_all().
| void LATTICE_OT_select_less | ( | wmOperatorType * | ot | ) |
Definition at line 343 of file editlattice_select.cc.
References wmOperatorType::description, ED_operator_editlattice(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, LATTICE_OT_select_less(), lattice_select_less_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and wmOperatorType::poll.
Referenced by ED_operatortypes_lattice(), and LATTICE_OT_select_less().
| void LATTICE_OT_select_mirror | ( | wmOperatorType * | ot | ) |
Definition at line 228 of file editlattice_select.cc.
References wmOperatorType::description, ED_operator_editlattice(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, LATTICE_OT_select_mirror(), lattice_select_mirror_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, wmOperatorType::poll, RNA_def_boolean(), RNA_def_enum_flag(), rna_enum_axis_flag_xyz_items, and wmOperatorType::srna.
Referenced by ED_operatortypes_lattice(), and LATTICE_OT_select_mirror().
| void LATTICE_OT_select_more | ( | wmOperatorType * | ot | ) |
Definition at line 328 of file editlattice_select.cc.
References wmOperatorType::description, ED_operator_editlattice(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, LATTICE_OT_select_more(), lattice_select_more_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and wmOperatorType::poll.
Referenced by ED_operatortypes_lattice(), and LATTICE_OT_select_more().
| void LATTICE_OT_select_random | ( | wmOperatorType * | ot | ) |
Definition at line 142 of file editlattice_select.cc.
References wmOperatorType::description, ED_operator_editlattice(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, LATTICE_OT_select_random(), lattice_select_random_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, wmOperatorType::poll, and WM_operator_properties_select_random().
Referenced by ED_operatortypes_lattice(), and LATTICE_OT_select_random().
| void LATTICE_OT_select_ungrouped | ( | wmOperatorType * | ot | ) |
Definition at line 523 of file editlattice_select.cc.
References wmOperatorType::description, ED_operator_editlattice(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, LATTICE_OT_select_ungrouped(), lattice_select_ungrouped_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by ED_operatortypes_lattice(), and LATTICE_OT_select_ungrouped().