Blender V4.3
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 238 of file armature_deform.cc.

Member Data Documentation

◆ armature_def_nr

int ArmatureUserdata::armature_def_nr

Definition at line 250 of file armature_deform.cc.

◆ [struct]

struct { ... } ArmatureUserdata::bmesh

Specific data types.

◆ cd_dvert_offset

int ArmatureUserdata::cd_dvert_offset

Definition at line 263 of file armature_deform.cc.

◆ defbase_len

int ArmatureUserdata::defbase_len

Definition at line 256 of file armature_deform.cc.

◆ dverts

const MDeformVert* ArmatureUserdata::dverts

Definition at line 252 of file armature_deform.cc.

◆ dverts_len

int ArmatureUserdata::dverts_len

Definition at line 253 of file armature_deform.cc.

◆ invert_vgroup

bool ArmatureUserdata::invert_vgroup

Definition at line 247 of file armature_deform.cc.

◆ me_target

const Mesh* ArmatureUserdata::me_target

Definition at line 240 of file armature_deform.cc.

◆ ob_arm

const Object* ArmatureUserdata::ob_arm

Definition at line 239 of file armature_deform.cc.

Referenced by armature_deform_coords_impl().

◆ pchan_from_defbase

bPoseChannel** ArmatureUserdata::pchan_from_defbase

Definition at line 255 of file armature_deform.cc.

◆ postmat

float ArmatureUserdata::postmat[4][4]

Definition at line 259 of file armature_deform.cc.

◆ premat

float ArmatureUserdata::premat[4][4]

Definition at line 258 of file armature_deform.cc.

◆ use_dverts

bool ArmatureUserdata::use_dverts

Definition at line 248 of file armature_deform.cc.

◆ use_envelope

bool ArmatureUserdata::use_envelope

Definition at line 245 of file armature_deform.cc.

◆ use_quaternion

bool ArmatureUserdata::use_quaternion

Definition at line 246 of file armature_deform.cc.

◆ vert_coords

float(* ArmatureUserdata::vert_coords)[3]

Definition at line 241 of file armature_deform.cc.

◆ vert_coords_prev

float(* ArmatureUserdata::vert_coords_prev)[3]

Definition at line 243 of file armature_deform.cc.

◆ vert_deform_mats

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

Definition at line 242 of file armature_deform.cc.


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