Blender
V3.3
|
Go to the source code of this file.
Functions | |
void | LATTICE_OT_select_all (struct wmOperatorType *ot) |
void | LATTICE_OT_select_more (struct wmOperatorType *ot) |
void | LATTICE_OT_select_less (struct wmOperatorType *ot) |
void | LATTICE_OT_select_ungrouped (struct wmOperatorType *ot) |
void | LATTICE_OT_select_random (struct wmOperatorType *ot) |
void | LATTICE_OT_select_mirror (struct wmOperatorType *ot) |
void | LATTICE_OT_make_regular (struct wmOperatorType *ot) |
void | LATTICE_OT_flip (struct wmOperatorType *ot) |
void LATTICE_OT_flip | ( | struct wmOperatorType * | ot | ) |
Definition at line 328 of file editlattice_tools.c.
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, NULL, 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 | ( | struct wmOperatorType * | ot | ) |
Definition at line 92 of file editlattice_tools.c.
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 | ( | struct wmOperatorType * | ot | ) |
Definition at line 462 of file editlattice_select.c.
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 | ( | struct wmOperatorType * | ot | ) |
Definition at line 348 of file editlattice_select.c.
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 | ( | struct wmOperatorType * | ot | ) |
Definition at line 232 of file editlattice_select.c.
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 | ( | struct wmOperatorType * | ot | ) |
Definition at line 333 of file editlattice_select.c.
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 | ( | struct wmOperatorType * | ot | ) |
Definition at line 144 of file editlattice_select.c.
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 | ( | struct wmOperatorType * | ot | ) |
Definition at line 533 of file editlattice_select.c.
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().