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:
authorTon Roosendaal <ton@blender.org>2007-11-04 20:14:39 +0300
committerTon Roosendaal <ton@blender.org>2007-11-04 20:14:39 +0300
commitf996607632e08b7545f61b36ebc651c0ecff75ae (patch)
tree595f75b0b5edb4a341a62744eda68857b79e72ee /source/blender/makesdna/DNA_ipo_types.h
parent034138b597f206aa6cc0c03872597e09b0d84b1f (diff)
New driver option for the poor suffering riggers:
"Rotation Difference" This option, for Bones, allows the angle between two Bones to be the driver for another Ipo channel. This angle now is hardcoded based on the Bone-space orientation (without parenting rotation). Thanks to nathan for poking and test!
Diffstat (limited to 'source/blender/makesdna/DNA_ipo_types.h')
-rw-r--r--source/blender/makesdna/DNA_ipo_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_ipo_types.h b/source/blender/makesdna/DNA_ipo_types.h
index 57f44e22334..1fca73b576c 100644
--- a/source/blender/makesdna/DNA_ipo_types.h
+++ b/source/blender/makesdna/DNA_ipo_types.h
@@ -108,6 +108,8 @@ typedef short IPO_Channel;
#define OB_PD_RDAMP 28
#define OB_PD_PERM 29
+/* exception: driver channel, for bone driver only */
+#define OB_ROT_DIFF 100
/* ******************** */