Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2007-10-10 13:00:47 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2007-10-10 13:00:47 +0400
commit87b186e6e74e1f468655aed794edeb32d47c3359 (patch)
tree8c27dd1366743302db7780c7a7e238e07f6d2170 /source/blender/makesdna/DNA_armature_types.h
parentda792a426ad8a842e497d8d9bf3667b95a2f66de (diff)
Make B-Bones not deform in rest position by default.
B-Bones already deformed the mesh in the armature rest position, which is unconvenient. For backwards compatibility existing .blend files still have a button for the old behavior enabled. (peach feature request)
Diffstat (limited to 'source/blender/makesdna/DNA_armature_types.h')
-rw-r--r--source/blender/makesdna/DNA_armature_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_armature_types.h b/source/blender/makesdna/DNA_armature_types.h
index 31a95363802..1fc50f4eec4 100644
--- a/source/blender/makesdna/DNA_armature_types.h
+++ b/source/blender/makesdna/DNA_armature_types.h
@@ -114,6 +114,7 @@ typedef struct bArmature {
#define ARM_DEF_VGROUP 1
#define ARM_DEF_ENVELOPE 2
#define ARM_DEF_QUATERNION 4
+#define ARM_DEF_B_BONE_REST 8
/* armature->pathflag */
#define ARM_PATH_FNUMS 0x001