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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-03-05 14:16:53 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-03-05 14:16:53 +0300
commitc63e9a32e859f7225ea4c964f407047d7a843763 (patch)
tree76127898701f1349c8b02ea44d49ba04fc3941ee /source/blender/depsgraph/intern/depsgraph_types.h
parentd1596dc1709701e731fd4943918d2990c7efbee2 (diff)
parentcaa0b0fadf928b4f34be8ce761ac342b72450bcb (diff)
Merge branch 'master' into soc-2017-normal-tools
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_types.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_types.h b/source/blender/depsgraph/intern/depsgraph_types.h
index b2dbe5d2a62..2d0b67f7ee6 100644
--- a/source/blender/depsgraph/intern/depsgraph_types.h
+++ b/source/blender/depsgraph/intern/depsgraph_types.h
@@ -137,6 +137,7 @@ typedef enum eDepsOperation_Code {
DEG_OPCODE_OPERATION = 0,
/* Generic parameters evaluation. */
+ DEG_OPCODE_ID_PROPERTY,
DEG_OPCODE_PARAMETERS_EVAL,
// XXX: Placeholder while porting depsgraph code