Blender V4.3
PoseTree Struct Reference

#include <BKE_armature.hh>

Public Attributes

PoseTreenext
 
PoseTreeprev
 
int type
 
int totchannel
 
ListBase targets
 
bPoseChannel ** pchan
 
intparent
 
float(* basis_change )[3][3]
 
int iterations
 
int stretch
 

Detailed Description

Definition at line 129 of file BKE_armature.hh.

Member Data Documentation

◆ basis_change

float(* PoseTree::basis_change)[3][3]

Definition at line 139 of file BKE_armature.hh.

◆ iterations

int PoseTree::iterations

Definition at line 140 of file BKE_armature.hh.

◆ next

PoseTree* PoseTree::next

Definition at line 130 of file BKE_armature.hh.

◆ parent

int* PoseTree::parent

Definition at line 137 of file BKE_armature.hh.

◆ pchan

bPoseChannel** PoseTree::pchan

Definition at line 136 of file BKE_armature.hh.

◆ prev

PoseTree * PoseTree::prev

Definition at line 130 of file BKE_armature.hh.

◆ stretch

int PoseTree::stretch

Definition at line 141 of file BKE_armature.hh.

◆ targets

ListBase PoseTree::targets

Definition at line 135 of file BKE_armature.hh.

◆ totchannel

int PoseTree::totchannel

Definition at line 133 of file BKE_armature.hh.

◆ type

int PoseTree::type

Definition at line 132 of file BKE_armature.hh.

Referenced by initialize_posetree().


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