|
Blender V4.3
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct Object * | tar |
| float * | points |
| short | numpoints |
| short | chainlen |
| short | flag |
| short | xzScaleMode |
| short | yScaleMode |
| short | _pad [3] |
| float | bulge |
| float | bulge_min |
| float | bulge_max |
| float | bulge_smooth |
Definition at line 200 of file DNA_constraint_types.h.
| short bSplineIKConstraint::_pad[3] |
Definition at line 223 of file DNA_constraint_types.h.
| float bSplineIKConstraint::bulge |
Definition at line 226 of file DNA_constraint_types.h.
Referenced by splineik_evaluate_bone().
| float bSplineIKConstraint::bulge_max |
Definition at line 228 of file DNA_constraint_types.h.
Referenced by splineik_evaluate_bone().
| float bSplineIKConstraint::bulge_min |
Definition at line 227 of file DNA_constraint_types.h.
Referenced by splineik_evaluate_bone().
| float bSplineIKConstraint::bulge_smooth |
Definition at line 229 of file DNA_constraint_types.h.
Referenced by splineik_evaluate_bone().
| short bSplineIKConstraint::chainlen |
Number of bones ('n') that are in the chain.
Definition at line 214 of file DNA_constraint_types.h.
Referenced by splineik_init_tree_from_pchan(), and splineik_new_data().
| short bSplineIKConstraint::flag |
General settings for constraint.
Definition at line 218 of file DNA_constraint_types.h.
Referenced by apply_curve_transform(), splineik_evaluate_bone(), and splineik_init_tree_from_pchan().
| short bSplineIKConstraint::numpoints |
Number of points to bound in points array.
Definition at line 212 of file DNA_constraint_types.h.
Referenced by splineik_init_tree_from_pchan().
| float* bSplineIKConstraint::points |
Array of numpoints items, denoting parametric positions along curve that joints should follow.
Definition at line 210 of file DNA_constraint_types.h.
Referenced by splineik_copy(), and splineik_init_tree_from_pchan().
| struct Object* bSplineIKConstraint::tar |
Curve object (with follow path enabled) which drives the bone chain.
Definition at line 203 of file DNA_constraint_types.h.
Referenced by apply_curve_transform(), position_tail_on_spline(), splineik_evaluate_bone(), splineik_evaluate_init(), and splineik_init_tree_from_pchan().
| short bSplineIKConstraint::xzScaleMode |
Method used for determining the x & z scaling of the bones.
Definition at line 220 of file DNA_constraint_types.h.
Referenced by splineik_evaluate_bone().
| short bSplineIKConstraint::yScaleMode |
Method used for determining the y scaling of the bones.
Definition at line 222 of file DNA_constraint_types.h.
Referenced by splineik_evaluate_bone(), and splineik_evaluate_init().