Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_armature_types.h
| Context not available. | |||||
| ARM_POSEMODE = (1 << 4), | ARM_POSEMODE = (1 << 4), | ||||
| ARM_FLAG_UNUSED_5 = (1 << 5), /* cleared */ | ARM_FLAG_UNUSED_5 = (1 << 5), /* cleared */ | ||||
| ARM_DELAYDEFORM = (1 << 6), | ARM_DELAYDEFORM = (1 << 6), | ||||
| ARM_MIRROR_RELATIVE = (1 << 7), | ARM_FLAG_UNUSED_7 = (1 << 7), | ||||
| ARM_MIRROR_EDIT = (1 << 8), | ARM_MIRROR_EDIT = (1 << 8), | ||||
| ARM_AUTO_IK = (1 << 9), | ARM_FLAG_UNUSED_9 = (1 << 9), | ||||
| /** made option negative, for backwards compat */ | /** made option negative, for backwards compat */ | ||||
| ARM_NO_CUSTOM = (1 << 10), | ARM_NO_CUSTOM = (1 << 10), | ||||
| /** draw custom colors */ | /** draw custom colors */ | ||||
| Context not available. | |||||