|
Blender V4.3
|
Public Attributes | ||
| const Object * | ob_arm | |
| const Mesh * | me_target | |
| float(* | vert_coords )[3] | |
| float(* | vert_deform_mats )[3][3] | |
| float(* | vert_coords_prev )[3] | |
| bool | use_envelope | |
| bool | use_quaternion | |
| bool | invert_vgroup | |
| bool | use_dverts | |
| int | armature_def_nr | |
| const MDeformVert * | dverts | |
| int | dverts_len | |
| bPoseChannel ** | pchan_from_defbase | |
| int | defbase_len | |
| float | premat [4][4] | |
| float | postmat [4][4] | |
| struct { | ||
| int cd_dvert_offset | ||
| } | bmesh | |
Definition at line 238 of file armature_deform.cc.
| int ArmatureUserdata::armature_def_nr |
Definition at line 250 of file armature_deform.cc.
| struct { ... } ArmatureUserdata::bmesh |
Specific data types.
| int ArmatureUserdata::cd_dvert_offset |
Definition at line 263 of file armature_deform.cc.
| int ArmatureUserdata::defbase_len |
Definition at line 256 of file armature_deform.cc.
| const MDeformVert* ArmatureUserdata::dverts |
Definition at line 252 of file armature_deform.cc.
| int ArmatureUserdata::dverts_len |
Definition at line 253 of file armature_deform.cc.
| bool ArmatureUserdata::invert_vgroup |
Definition at line 247 of file armature_deform.cc.
| const Mesh* ArmatureUserdata::me_target |
Definition at line 240 of file armature_deform.cc.
| const Object* ArmatureUserdata::ob_arm |
Definition at line 239 of file armature_deform.cc.
Referenced by armature_deform_coords_impl().
| bPoseChannel** ArmatureUserdata::pchan_from_defbase |
Definition at line 255 of file armature_deform.cc.
| float ArmatureUserdata::postmat[4][4] |
Definition at line 259 of file armature_deform.cc.
| float ArmatureUserdata::premat[4][4] |
Definition at line 258 of file armature_deform.cc.
| bool ArmatureUserdata::use_dverts |
Definition at line 248 of file armature_deform.cc.
| bool ArmatureUserdata::use_envelope |
Definition at line 245 of file armature_deform.cc.
| bool ArmatureUserdata::use_quaternion |
Definition at line 246 of file armature_deform.cc.
| float(* ArmatureUserdata::vert_coords)[3] |
Definition at line 241 of file armature_deform.cc.
| float(* ArmatureUserdata::vert_coords_prev)[3] |
Definition at line 243 of file armature_deform.cc.
| float(* ArmatureUserdata::vert_deform_mats)[3][3] |
Definition at line 242 of file armature_deform.cc.