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>2018-12-10 04:45:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-10 04:45:38 +0300
commit155b02a1965745eeb876a338f7d8f23b4ba58c0c (patch)
treeb86a93a9aa079f1fb607e13225db1e1146c5abb8 /source/blender/makesdna/DNA_space_types.h
parentcecd4fe2548c57d3ef11010e039410b793b675dd (diff)
parent642c315bae13ccb418ec767e6f29ca4e450dde5d (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/makesdna/DNA_space_types.h')
-rw-r--r--source/blender/makesdna/DNA_space_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_space_types.h b/source/blender/makesdna/DNA_space_types.h
index 1e4e58b7c7e..fd977a7dafb 100644
--- a/source/blender/makesdna/DNA_space_types.h
+++ b/source/blender/makesdna/DNA_space_types.h
@@ -438,6 +438,8 @@ typedef enum eGraphEdit_Mode {
typedef enum eGraphEdit_Runtime_Flag {
/** Temporary flag to force channel selections to be synced with main. */
SIPO_RUNTIME_FLAG_NEED_CHAN_SYNC = (1 << 0),
+ /** Temporary flag to force fcurves to recalculate colors. */
+ SIPO_RUNTIME_FLAG_NEED_CHAN_SYNC_COLOR = (1 << 1),
} eGraphEdit_Runtime_Flag;
/** \} */