|
Blender V4.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 274 of file lattice_deform.cc.
| struct { ... } LatticeDeformUserdata::bmesh |
Specific data types.
| int LatticeDeformUserdata::cd_dvert_offset |
Definition at line 284 of file lattice_deform.cc.
| int LatticeDeformUserdata::defgrp_index |
Definition at line 278 of file lattice_deform.cc.
| const MDeformVert* LatticeDeformUserdata::dvert |
Definition at line 277 of file lattice_deform.cc.
| float LatticeDeformUserdata::fac |
Definition at line 279 of file lattice_deform.cc.
| bool LatticeDeformUserdata::invert_vgroup |
Definition at line 280 of file lattice_deform.cc.
| LatticeDeformData* LatticeDeformUserdata::lattice_deform_data |
Definition at line 275 of file lattice_deform.cc.
Referenced by lattice_deform_coords_impl().
| float(* LatticeDeformUserdata::vert_coords)[3] |
Definition at line 276 of file lattice_deform.cc.