|
Blender V4.5
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct Object * | tar |
| char | subtarget [64] |
| float | offset [3] |
| short | rotAxis |
| short | flag |
Definition at line 449 of file DNA_constraint_types.h.
| short bPivotConstraint::flag |
Definition at line 468 of file DNA_constraint_types.h.
| float bPivotConstraint::offset[3] |
Offset from the target to use, regardless of whether it exists.
Definition at line 458 of file DNA_constraint_types.h.
| short bPivotConstraint::rotAxis |
Rotation axes to consider for this (ePivotConstraint_Axis).
Definition at line 464 of file DNA_constraint_types.h.
| char bPivotConstraint::subtarget[64] |
Subtarget name (optional).
Definition at line 456 of file DNA_constraint_types.h.
| struct Object* bPivotConstraint::tar |
Target object (optional).
Definition at line 454 of file DNA_constraint_types.h.