Blender V4.5
PoseTree Struct Reference

#include <BKE_armature.hh>

Public Attributes

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

Detailed Description

Definition at line 136 of file BKE_armature.hh.

Member Data Documentation

◆ basis_change

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

◆ iterations

int PoseTree::iterations

Definition at line 147 of file BKE_armature.hh.

Referenced by execute_posetree(), initialize_chain(), and initialize_posetree().

◆ next

PoseTree* PoseTree::next

Definition at line 137 of file BKE_armature.hh.

Referenced by initialize_posetree().

◆ parent

◆ pchan

◆ prev

PoseTree * PoseTree::prev

Definition at line 137 of file BKE_armature.hh.

◆ stretch

int PoseTree::stretch

◆ targets

◆ totchannel

int PoseTree::totchannel

◆ type

int PoseTree::type

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