Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_object_types.h
| Context not available. | |||||
| /* (short) transflag */ | /* (short) transflag */ | ||||
| enum { | enum { | ||||
| OB_TRANSFLAG_UNUSED_0 = 1 << 0, /* cleared */ | OB_DISPLAY_SCALE_AS_DIMENSIONS = 1 << 0, /* this is only a display option */ | ||||
| OB_TRANSFLAG_UNUSED_1 = 1 << 1, /* cleared */ | OB_TRANSFLAG_UNUSED_1 = 1 << 1, /* cleared */ | ||||
| OB_NEG_SCALE = 1 << 2, | OB_NEG_SCALE = 1 << 2, | ||||
| OB_TRANSFLAG_UNUSED_3 = 1 << 3, /* cleared */ | OB_TRANSFLAG_UNUSED_3 = 1 << 3, /* cleared */ | ||||
| OB_DUPLIVERTS = 1 << 4, | OB_DUPLIVERTS = 1 << 4, | ||||
| Context not available. | |||||