|
Blender
V3.3
|
Public Attributes | |
| LatticeDeformData * | lattice_deform_data |
| float(* | vert_coords )[3] |
| const MDeformVert * | dvert |
| int | defgrp_index |
| float | fac |
| bool | invert_vgroup |
| struct { | |
| int cd_dvert_offset | |
| } | bmesh |
Definition at line 266 of file lattice_deform.c.
| struct { ... } LatticeDeformUserdata::bmesh |
Specific data types.
| int LatticeDeformUserdata::cd_dvert_offset |
Definition at line 276 of file lattice_deform.c.
| int LatticeDeformUserdata::defgrp_index |
Definition at line 270 of file lattice_deform.c.
| const MDeformVert* LatticeDeformUserdata::dvert |
Definition at line 269 of file lattice_deform.c.
| float LatticeDeformUserdata::fac |
Definition at line 271 of file lattice_deform.c.
| bool LatticeDeformUserdata::invert_vgroup |
Definition at line 272 of file lattice_deform.c.
| LatticeDeformData* LatticeDeformUserdata::lattice_deform_data |
Definition at line 267 of file lattice_deform.c.
| float(* LatticeDeformUserdata::vert_coords)[3] |
Definition at line 268 of file lattice_deform.c.