Blender  V3.3
Public Attributes | List of all members
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 224 of file armature_deform.c.

Member Data Documentation

◆ armature_def_nr

int ArmatureUserdata::armature_def_nr

Definition at line 236 of file armature_deform.c.

◆ 

struct { ... } ArmatureUserdata::bmesh

Specific data types.

◆ cd_dvert_offset

int ArmatureUserdata::cd_dvert_offset

Definition at line 249 of file armature_deform.c.

◆ defbase_len

int ArmatureUserdata::defbase_len

Definition at line 242 of file armature_deform.c.

◆ dverts

const MDeformVert* ArmatureUserdata::dverts

Definition at line 238 of file armature_deform.c.

◆ dverts_len

int ArmatureUserdata::dverts_len

Definition at line 239 of file armature_deform.c.

◆ invert_vgroup

bool ArmatureUserdata::invert_vgroup

Definition at line 233 of file armature_deform.c.

◆ me_target

const Mesh* ArmatureUserdata::me_target

Definition at line 226 of file armature_deform.c.

◆ ob_arm

const Object* ArmatureUserdata::ob_arm

Definition at line 225 of file armature_deform.c.

◆ pchan_from_defbase

bPoseChannel** ArmatureUserdata::pchan_from_defbase

Definition at line 241 of file armature_deform.c.

◆ postmat

float ArmatureUserdata::postmat[4][4]

Definition at line 245 of file armature_deform.c.

◆ premat

float ArmatureUserdata::premat[4][4]

Definition at line 244 of file armature_deform.c.

◆ use_dverts

bool ArmatureUserdata::use_dverts

Definition at line 234 of file armature_deform.c.

◆ use_envelope

bool ArmatureUserdata::use_envelope

Definition at line 231 of file armature_deform.c.

◆ use_quaternion

bool ArmatureUserdata::use_quaternion

Definition at line 232 of file armature_deform.c.

◆ vert_coords

float(* ArmatureUserdata::vert_coords)[3]

Definition at line 227 of file armature_deform.c.

◆ vert_coords_prev

float(* ArmatureUserdata::vert_coords_prev)[3]

Definition at line 229 of file armature_deform.c.

◆ vert_deform_mats

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

Definition at line 228 of file armature_deform.c.


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