Blender
V3.3
|
#include <DNA_constraint_types.h>
Public Attributes | |
struct Text * | text |
IDProperty * | prop |
int | flag |
int | tarnum |
ListBase | targets |
struct Object * | tar |
char | subtarget [64] |
Definition at line 127 of file DNA_constraint_types.h.
int bPythonConstraint::flag |
General settings/state indicators accessed by bitmapping.
Definition at line 134 of file DNA_constraint_types.h.
IDProperty* bPythonConstraint::prop |
'id-properties' used to store custom properties for constraint.
Definition at line 131 of file DNA_constraint_types.h.
Referenced by pycon_copy().
char bPythonConstraint::subtarget[64] |
Subtarget from previous implementation (version-patch sets this to "" on file-load), MAX_ID_NAME-2.
Definition at line 150 of file DNA_constraint_types.h.
struct Object* bPythonConstraint::tar |
Target from previous implementation (version-patch sets this to NULL on file-load).
Definition at line 145 of file DNA_constraint_types.h.
ListBase bPythonConstraint::targets |
A list of targets that this constraint has (bConstraintTarget-s).
Definition at line 139 of file DNA_constraint_types.h.
Referenced by pycon_copy().
int bPythonConstraint::tarnum |
Number of targets - usually only 1-3 are needed.
Definition at line 136 of file DNA_constraint_types.h.
struct Text* bPythonConstraint::text |
Text-buffer (containing script) to execute.
Definition at line 129 of file DNA_constraint_types.h.