|
Blender V4.3
|
#include "DNA_lattice_types.h"#include "DNA_scene_types.h"#include "BKE_key.hh"#include "WM_api.hh"#include "ED_lattice.hh"#include "ED_screen.hh"#include "lattice_intern.hh"Go to the source code of this file.
Functions | |
| void | ED_operatortypes_lattice () |
| void | ED_keymap_lattice (wmKeyConfig *keyconf) |
| KeyBlock * | ED_lattice_get_edit_shape_key (const Lattice *latt) |
| void ED_keymap_lattice | ( | wmKeyConfig * | keyconf | ) |
Definition at line 33 of file lattice_ops.cc.
References ED_operator_editlattice(), wmKeyMap::poll, RGN_TYPE_WINDOW, SPACE_EMPTY, and WM_keymap_ensure().
Referenced by ED_spacetypes_keymap().
Definition at line 39 of file lattice_ops.cc.
References BKE_keyblock_find_by_index(), BLI_assert, Lattice::editlatt, Lattice::key, and EditLatt::shapenr.
Referenced by blender::ed::object::shape_key_report_if_locked().
| void ED_operatortypes_lattice | ( | ) |
Definition at line 21 of file lattice_ops.cc.
References LATTICE_OT_flip(), LATTICE_OT_make_regular(), LATTICE_OT_select_all(), LATTICE_OT_select_less(), LATTICE_OT_select_mirror(), LATTICE_OT_select_more(), LATTICE_OT_select_random(), LATTICE_OT_select_ungrouped(), and WM_operatortype_append().
Referenced by ED_spacetypes_init().