Blender V4.5
ArmatureUserdata Struct Reference

Public Attributes

const Objectob_arm
const Meshme_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 MDeformVertdverts
int dverts_len
bPoseChannel ** pchan_from_defbase
int defbase_len
float premat [4][4]
float postmat [4][4]
struct { 
   int   cd_dvert_offset 
bmesh

Detailed Description

Definition at line 232 of file armature_deform.cc.

Member Data Documentation

◆ armature_def_nr

int ArmatureUserdata::armature_def_nr

Definition at line 244 of file armature_deform.cc.

◆ [struct]

struct { ... } ArmatureUserdata::bmesh

Specific data types.

◆ cd_dvert_offset

int ArmatureUserdata::cd_dvert_offset

Definition at line 257 of file armature_deform.cc.

◆ defbase_len

int ArmatureUserdata::defbase_len

Definition at line 250 of file armature_deform.cc.

◆ dverts

const MDeformVert* ArmatureUserdata::dverts

Definition at line 246 of file armature_deform.cc.

◆ dverts_len

int ArmatureUserdata::dverts_len

Definition at line 247 of file armature_deform.cc.

◆ invert_vgroup

bool ArmatureUserdata::invert_vgroup

Definition at line 241 of file armature_deform.cc.

◆ me_target

const Mesh* ArmatureUserdata::me_target

Definition at line 234 of file armature_deform.cc.

◆ ob_arm

const Object* ArmatureUserdata::ob_arm

Definition at line 233 of file armature_deform.cc.

◆ pchan_from_defbase

bPoseChannel** ArmatureUserdata::pchan_from_defbase

Definition at line 249 of file armature_deform.cc.

◆ postmat

float ArmatureUserdata::postmat[4][4]

Definition at line 253 of file armature_deform.cc.

◆ premat

float ArmatureUserdata::premat[4][4]

Definition at line 252 of file armature_deform.cc.

◆ use_dverts

bool ArmatureUserdata::use_dverts

Definition at line 242 of file armature_deform.cc.

◆ use_envelope

bool ArmatureUserdata::use_envelope

Definition at line 239 of file armature_deform.cc.

◆ use_quaternion

bool ArmatureUserdata::use_quaternion

Definition at line 240 of file armature_deform.cc.

◆ vert_coords

float(* ArmatureUserdata::vert_coords)[3]

Definition at line 235 of file armature_deform.cc.

◆ vert_coords_prev

float(* ArmatureUserdata::vert_coords_prev)[3]

Definition at line 237 of file armature_deform.cc.

◆ vert_deform_mats

float(* ArmatureUserdata::vert_deform_mats)[3][3]

Definition at line 236 of file armature_deform.cc.


The documentation for this struct was generated from the following file: