Blender  V3.3
Public Attributes | List of all members
PoseTree Struct Reference

#include <BKE_armature.h>

Public Attributes

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

Detailed Description

Definition at line 119 of file BKE_armature.h.

Member Data Documentation

◆ basis_change

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

Definition at line 129 of file BKE_armature.h.

◆ iterations

int PoseTree::iterations

Definition at line 130 of file BKE_armature.h.

◆ next

struct PoseTree* PoseTree::next

Definition at line 120 of file BKE_armature.h.

◆ parent

int* PoseTree::parent

Definition at line 127 of file BKE_armature.h.

◆ pchan

struct bPoseChannel** PoseTree::pchan

Definition at line 126 of file BKE_armature.h.

◆ prev

struct PoseTree * PoseTree::prev

Definition at line 120 of file BKE_armature.h.

◆ stretch

int PoseTree::stretch

Definition at line 131 of file BKE_armature.h.

◆ targets

struct ListBase PoseTree::targets

Definition at line 123 of file BKE_armature.h.

◆ totchannel

int PoseTree::totchannel

Definition at line 123 of file BKE_armature.h.

◆ type

int PoseTree::type

Definition at line 122 of file BKE_armature.h.


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