|
Blender V4.3
|
#include <DNA_constraint_types.h>
Public Attributes | |
| struct Object * | tar |
| char | subtarget [64] |
| float | dist |
| float | soft |
| short | flag |
| short | mode |
| char | _pad [4] |
Definition at line 540 of file DNA_constraint_types.h.
| char bDistLimitConstraint::_pad[4] |
Definition at line 554 of file DNA_constraint_types.h.
| float bDistLimitConstraint::dist |
Distance (radius of clamping sphere) from target.
Definition at line 546 of file DNA_constraint_types.h.
Referenced by distlimit_evaluate(), and distlimit_new_data().
| short bDistLimitConstraint::flag |
Settings.
Definition at line 551 of file DNA_constraint_types.h.
| short bDistLimitConstraint::mode |
How to limit in relation to clamping sphere.
Definition at line 553 of file DNA_constraint_types.h.
| float bDistLimitConstraint::soft |
Distance from clamping-sphere to start applying 'fade'.
Definition at line 548 of file DNA_constraint_types.h.
| char bDistLimitConstraint::subtarget[64] |
MAX_ID_NAME-2.
Definition at line 543 of file DNA_constraint_types.h.
| struct Object* bDistLimitConstraint::tar |
Definition at line 541 of file DNA_constraint_types.h.