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:
authorJoshua Leung <aligorith@gmail.com>2009-01-28 03:50:56 +0300
committerJoshua Leung <aligorith@gmail.com>2009-01-28 03:50:56 +0300
commit623659f72f50a7ca78e4a72317eb2df0d3c22057 (patch)
treeebaae6b46747904becd15a2f8b854bc746b2d9c6 /source/blender/makesdna/DNA_action_types.h
parent764168d62a22659ac9947835a3308f7bc66fc1d5 (diff)
Animato - Driver + ShapeKey bugfixes
* ShapeKey conversions should now go to the correct places * Added fix for drivers to prevent crashes when no driver object is provided (Franky from BBB seems to have one such driver for some reason). * Temporarily disabled a check when evaluating drivers for whether the driver is tagged for evaluation. Drivers still need to be correctly tagged AND ordered by the Depsgraph to work correctly.
Diffstat (limited to 'source/blender/makesdna/DNA_action_types.h')
-rw-r--r--source/blender/makesdna/DNA_action_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_action_types.h b/source/blender/makesdna/DNA_action_types.h
index b7788a1b92a..ef00935c212 100644
--- a/source/blender/makesdna/DNA_action_types.h
+++ b/source/blender/makesdna/DNA_action_types.h
@@ -261,7 +261,7 @@ typedef struct bAction {
/* Flags for the action */
typedef enum eAction_Flags {
/* flags for displaying in UI */
- ACT_EXPANDED = (1<<0),
+ ACT_COLLAPSED = (1<<0),
ACT_SELECTED = (1<<1),
/* flags for evaluation/editing */