|
Blender
V2.93
|
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 282 of file lattice_deform.c.
| struct { ... } LatticeDeformUserdata::bmesh |
Specific data types.
| int LatticeDeformUserdata::cd_dvert_offset |
Definition at line 292 of file lattice_deform.c.
| int LatticeDeformUserdata::defgrp_index |
Definition at line 286 of file lattice_deform.c.
| const MDeformVert* LatticeDeformUserdata::dvert |
Definition at line 285 of file lattice_deform.c.
| float LatticeDeformUserdata::fac |
Definition at line 287 of file lattice_deform.c.
| bool LatticeDeformUserdata::invert_vgroup |
Definition at line 288 of file lattice_deform.c.
| LatticeDeformData* LatticeDeformUserdata::lattice_deform_data |
Definition at line 283 of file lattice_deform.c.
| float(* LatticeDeformUserdata::vert_coords)[3] |
Definition at line 284 of file lattice_deform.c.