Blender  V2.93
Public Attributes | List of all members
tSplineIK_Tree Struct Reference

Public Attributes

struct tSplineIK_Treenext
 
struct tSplineIK_Treeprev
 
int type
 
short chainlen
 
float totlength
 
const floatpoints
 
bPoseChannel ** chain
 
bPoseChannelroot
 
bConstraintcon
 
bSplineIKConstraintik_data
 

Detailed Description

Definition at line 53 of file armature_update.c.

Member Data Documentation

◆ chain

bPoseChannel** tSplineIK_Tree::chain

Definition at line 62 of file armature_update.c.

◆ chainlen

short tSplineIK_Tree::chainlen

Definition at line 58 of file armature_update.c.

◆ con

bConstraint* tSplineIK_Tree::con

Definition at line 66 of file armature_update.c.

Referenced by splineik_init_tree_from_pchan().

◆ ik_data

bSplineIKConstraint* tSplineIK_Tree::ik_data

Definition at line 67 of file armature_update.c.

Referenced by splineik_init_tree_from_pchan().

◆ next

struct tSplineIK_Tree* tSplineIK_Tree::next

Definition at line 54 of file armature_update.c.

◆ points

const float* tSplineIK_Tree::points

Definition at line 61 of file armature_update.c.

◆ prev

struct tSplineIK_Tree * tSplineIK_Tree::prev

Definition at line 54 of file armature_update.c.

◆ root

bPoseChannel* tSplineIK_Tree::root

Definition at line 64 of file armature_update.c.

◆ totlength

float tSplineIK_Tree::totlength

Definition at line 59 of file armature_update.c.

Referenced by splineik_init_tree_from_pchan().

◆ type

int tSplineIK_Tree::type

Definition at line 56 of file armature_update.c.


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