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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-07 22:59:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-07 22:59:04 +0300
commit47416c725c9790c17abddfbcd96c080e28e76abb (patch)
treeac9b6f764dca6b80c2be1ee0a77f04f3edaf318c /source/blender/makesdna/DNA_anim_types.h
parent987e9bc1724602fe6dab35662afa54df26d07cf4 (diff)
driver type 'Sum'
Diffstat (limited to 'source/blender/makesdna/DNA_anim_types.h')
-rw-r--r--source/blender/makesdna/DNA_anim_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_anim_types.h b/source/blender/makesdna/DNA_anim_types.h
index c6330861fd2..09f77d98f4b 100644
--- a/source/blender/makesdna/DNA_anim_types.h
+++ b/source/blender/makesdna/DNA_anim_types.h
@@ -309,6 +309,8 @@ typedef enum eDriver_Types {
DRIVER_TYPE_PYTHON,
/* rotational difference (must use rotation channels only) */
DRIVER_TYPE_ROTDIFF,
+ /* sum of all values */
+ DRIVER_TYPE_SUM,
} eDriver_Types;
/* driver flags */