|
Blender V4.3
|
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 336 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, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RNA_def_enum(), wmOperatorType::srna, and WM_menu_invoke().
Referenced by ED_operatortypes_lattice().
| void LATTICE_OT_make_regular | ( | wmOperatorType * | ot | ) |
Definition at line 98 of file editlattice_tools.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, make_regular_exec(), make_regular_poll(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_lattice().
| 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_select_all_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, 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 wmOperatorType::description, ED_operator_editlattice(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, lattice_select_less_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_lattice().
| 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_select_mirror_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_boolean(), RNA_def_enum_flag(), rna_enum_axis_flag_xyz_items, and wmOperatorType::srna.
Referenced by ED_operatortypes_lattice().
| 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_select_more_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by ED_operatortypes_lattice().
| 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_select_random_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, 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 wmOperatorType::description, ED_operator_editlattice(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, lattice_select_ungrouped_exec(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by ED_operatortypes_lattice().