Blender
V3.3
|
#include <DNA_constraint_types.h>
Public Attributes | |
struct Object * | tar |
int | flag |
int | volmode |
int | plane |
float | orglength |
float | bulge |
float | bulge_min |
float | bulge_max |
float | bulge_smooth |
char | subtarget [64] |
Definition at line 377 of file DNA_constraint_types.h.
float bStretchToConstraint::bulge |
Definition at line 383 of file DNA_constraint_types.h.
float bStretchToConstraint::bulge_max |
Definition at line 385 of file DNA_constraint_types.h.
float bStretchToConstraint::bulge_min |
Definition at line 384 of file DNA_constraint_types.h.
float bStretchToConstraint::bulge_smooth |
Definition at line 386 of file DNA_constraint_types.h.
int bStretchToConstraint::flag |
Definition at line 379 of file DNA_constraint_types.h.
float bStretchToConstraint::orglength |
Definition at line 382 of file DNA_constraint_types.h.
Referenced by applyarmature_reset_bone_constraint(), and stretchto_evaluate().
int bStretchToConstraint::plane |
Definition at line 381 of file DNA_constraint_types.h.
char bStretchToConstraint::subtarget[64] |
MAX_ID_NAME-2.
Definition at line 388 of file DNA_constraint_types.h.
struct Object* bStretchToConstraint::tar |
Definition at line 378 of file DNA_constraint_types.h.
int bStretchToConstraint::volmode |
Definition at line 380 of file DNA_constraint_types.h.