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-12-18 18:50:21 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-18 18:51:05 +0300
commit90021402e2de56ba9100c3c2464165d1a1d358a2 (patch)
treeca58fb9353df74a49647d12843d5f42e416b8b14 /source/blender/makesdna/DNA_ID.h
parentfbfb35741c79f0b268514cb04475ed7f44c08f3c (diff)
parent443789d7c67369d0144545837d52474d797ee459 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/makesdna/DNA_ID.h')
-rw-r--r--source/blender/makesdna/DNA_ID.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 0b8778674b3..ae908b1aabc 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -458,6 +458,7 @@ enum {
enum {
/* RESET_AFTER_USE, used by update code (depsgraph). */
+ ID_RECALC_NONE = 0,
ID_RECALC = 1 << 0,
ID_RECALC_ALL = ID_RECALC,
};