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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-10-25 12:45:31 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-10-25 12:45:31 +0300
commit6ec8344243e6935281120a504b5a3355d2b3620a (patch)
tree7f9aa3f71fae0064a757cf2e5021beebbce3ae2e /source/blender/depsgraph/intern/depsgraph_types.h
parenteb090d06092701683d073fa041e64077b61b810c (diff)
Depsgraph: Add missing movie clip dopesheet invalidation
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_types.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_types.h b/source/blender/depsgraph/intern/depsgraph_types.h
index e43b79a0361..03d98c85148 100644
--- a/source/blender/depsgraph/intern/depsgraph_types.h
+++ b/source/blender/depsgraph/intern/depsgraph_types.h
@@ -210,10 +210,13 @@ typedef enum eDepsOperation_Code {
/* Shading. ------------------------------------------- */
DEG_OPCODE_SHADING,
- /* Masks ------------------------------------------- */
+ /* Masks. ------------------------------------------ */
DEG_OPCODE_MASK_ANIMATION,
DEG_OPCODE_MASK_EVAL,
+ /* Movie clips. ------------------------------------ */
+ DEG_OPCODE_MOVIECLIP_EVAL,
+
DEG_NUM_OPCODES,
} eDepsOperation_Code;