Blender V2.61 - r43446
|
Go to the source code of this file.
Classes | |
struct | EditLatt |
struct | Lattice |
Defines | |
#define | LT_GRID 1 |
#define | LT_OUTSIDE 2 |
#define | LT_DS_EXPAND 4 |
#define | LT_INDEX(lt, u, v, w) ((w) * ((lt)->pntsu * (lt)->pntsv) + ((v) * (lt)->pntsu) + (u)) |
Typedefs | |
typedef struct EditLatt | EditLatt |
typedef struct Lattice | Lattice |
Definition in file DNA_lattice_types.h.
#define LT_DS_EXPAND 4 |
Definition at line 84 of file DNA_lattice_types.h.
Referenced by acf_dslat_setting_flag().
#define LT_GRID 1 |
Definition at line 81 of file DNA_lattice_types.h.
Referenced by add_lattice(), and calc_lat_fudu().
#define LT_INDEX | ( | lt, | |
u, | |||
v, | |||
w | |||
) | ((w) * ((lt)->pntsu * (lt)->pntsv) + ((v) * (lt)->pntsu) + (u)) |
Definition at line 86 of file DNA_lattice_types.h.
Referenced by ED_vgroup_mirror(), and object_shape_key_mirror().
#define LT_OUTSIDE 2 |
Definition at line 82 of file DNA_lattice_types.h.
Referenced by do_latt_key(), drawlattice(), lattice_draw_verts(), outside_lattice(), recalcData_view3d(), rna_def_lattice(), and special_transvert_update().