Blender  V3.3
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 35 of file armature_update.c.

Member Data Documentation

◆ chain

bPoseChannel** tSplineIK_Tree::chain

Definition at line 44 of file armature_update.c.

◆ chainlen

short tSplineIK_Tree::chainlen

Definition at line 40 of file armature_update.c.

◆ con

bConstraint* tSplineIK_Tree::con

Definition at line 48 of file armature_update.c.

Referenced by splineik_init_tree_from_pchan().

◆ ik_data

bSplineIKConstraint* tSplineIK_Tree::ik_data

Definition at line 49 of file armature_update.c.

Referenced by splineik_init_tree_from_pchan().

◆ next

struct tSplineIK_Tree* tSplineIK_Tree::next

Definition at line 36 of file armature_update.c.

◆ points

const float* tSplineIK_Tree::points

Definition at line 43 of file armature_update.c.

◆ prev

struct tSplineIK_Tree * tSplineIK_Tree::prev

Definition at line 36 of file armature_update.c.

◆ root

bPoseChannel* tSplineIK_Tree::root

Definition at line 46 of file armature_update.c.

◆ totlength

float tSplineIK_Tree::totlength

Definition at line 41 of file armature_update.c.

Referenced by splineik_init_tree_from_pchan().

◆ type

int tSplineIK_Tree::type

Definition at line 38 of file armature_update.c.


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