Blender
V3.3
|
#include "DNA_scene_types.h"
#include "WM_api.h"
#include "ED_lattice.h"
#include "ED_screen.h"
#include "lattice_intern.h"
Go to the source code of this file.
Functions | |
void | ED_operatortypes_lattice (void) |
void | ED_keymap_lattice (wmKeyConfig *keyconf) |
void ED_keymap_lattice | ( | wmKeyConfig * | keyconf | ) |
Definition at line 29 of file lattice_ops.c.
References ED_operator_editlattice(), wmKeyMap::poll, and WM_keymap_ensure().
Referenced by ED_spacetypes_keymap().
Definition at line 17 of file lattice_ops.c.
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().