Blender
V3.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 224 of file armature_deform.c.
int ArmatureUserdata::armature_def_nr |
Definition at line 236 of file armature_deform.c.
struct { ... } ArmatureUserdata::bmesh |
Specific data types.
int ArmatureUserdata::cd_dvert_offset |
Definition at line 249 of file armature_deform.c.
int ArmatureUserdata::defbase_len |
Definition at line 242 of file armature_deform.c.
const MDeformVert* ArmatureUserdata::dverts |
Definition at line 238 of file armature_deform.c.
int ArmatureUserdata::dverts_len |
Definition at line 239 of file armature_deform.c.
bool ArmatureUserdata::invert_vgroup |
Definition at line 233 of file armature_deform.c.
const Mesh* ArmatureUserdata::me_target |
Definition at line 226 of file armature_deform.c.
const Object* ArmatureUserdata::ob_arm |
Definition at line 225 of file armature_deform.c.
bPoseChannel** ArmatureUserdata::pchan_from_defbase |
Definition at line 241 of file armature_deform.c.
float ArmatureUserdata::postmat[4][4] |
Definition at line 245 of file armature_deform.c.
float ArmatureUserdata::premat[4][4] |
Definition at line 244 of file armature_deform.c.
bool ArmatureUserdata::use_dverts |
Definition at line 234 of file armature_deform.c.
bool ArmatureUserdata::use_envelope |
Definition at line 231 of file armature_deform.c.
bool ArmatureUserdata::use_quaternion |
Definition at line 232 of file armature_deform.c.
float(* ArmatureUserdata::vert_coords)[3] |
Definition at line 227 of file armature_deform.c.
float(* ArmatureUserdata::vert_coords_prev)[3] |
Definition at line 229 of file armature_deform.c.
float(* ArmatureUserdata::vert_deform_mats)[3][3] |
Definition at line 228 of file armature_deform.c.