|
Blender V4.3
|
Go to the source code of this file.
Classes | |
| struct | EditLatt |
| struct | Lattice |
Macros | |
| #define | LT_ACTBP_NONE -1 |
Typedefs | |
| typedef struct EditLatt | EditLatt |
| typedef struct Lattice | Lattice |
Enumerations | |
| enum | { LT_GRID = 1 << 0 , LT_OUTSIDE = 1 << 1 , LT_DS_EXPAND = 1 << 2 } |
| #define LT_ACTBP_NONE -1 |
Definition at line 80 of file DNA_lattice_types.h.
Referenced by BKE_lattice_active_point_get(), BKE_lattice_resize(), ED_lattice_flags_set(), ed_lattice_select_mirrored(), ED_lattice_select_pick(), lattice_select_all_exec(), lattice_select_more_less(), lattice_select_random_exec(), and blender::ed::object::vgroup_select_verts().
| typedef struct EditLatt EditLatt |
| typedef struct Lattice Lattice |
| anonymous enum |
| Enumerator | |
|---|---|
| LT_GRID | |
| LT_OUTSIDE | |
| LT_DS_EXPAND | |
Definition at line 73 of file DNA_lattice_types.h.