Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_constraint_types.h
| Context not available. | |||||
| ListBase targets; /* a list of targets that this constraint has (bConstraintTarget-s) */ | ListBase targets; /* a list of targets that this constraint has (bConstraintTarget-s) */ | ||||
| struct Object *tar; /* target from previous implementation (version-patch sets this to NULL on file-load) */ | struct Object *tar; /* target from previous implementation (version-patch sets this to NULL on file-load) */ | ||||
| char subtarget[64]; /* subtarger from previous implentation (version-patch sets this to "" on file-load), MAX_ID_NAME-2 */ | char subtarget[64]; /* subtarger from previous implementation (version-patch sets this to "" on file-load), MAX_ID_NAME-2 */ | ||||
| } bPythonConstraint; | } bPythonConstraint; | ||||
| Context not available. | |||||
| TARGET_Z_UP = (1<<0) | TARGET_Z_UP = (1<<0) | ||||
| } eTrackTo_Flags; | } eTrackTo_Flags; | ||||
| /* Strech To Constraint -> volmode */ | /* Stretch To Constraint -> volmode */ | ||||
| typedef enum eStretchTo_VolMode { | typedef enum eStretchTo_VolMode { | ||||
| VOLUME_XZ = 0, | VOLUME_XZ = 0, | ||||
| VOLUME_X = 1, | VOLUME_X = 1, | ||||
| Context not available. | |||||