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-04-18 11:44:38 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-04-18 11:45:50 +0300
commit05ef225272366f754a56ef5bfe63405f6af01729 (patch)
tree0b6dd020a0d74113ff530d7931f75b23d1d9c55d /source/blender/makesdna/DNA_ID.h
parent773205ada0e8b8b6ca61738fb05befc37912fe3b (diff)
Cleanup: rename 'static override regarding reference ID' tag.
Just 'OK' was waaayyyyyy too generic!
Diffstat (limited to 'source/blender/makesdna/DNA_ID.h')
-rw-r--r--source/blender/makesdna/DNA_ID.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index edab09351ee..d53f290e606 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -435,7 +435,7 @@ enum {
LIB_TAG_MISSING = 1 << 6,
/* RESET_NEVER tag datablock as being up-to-date regarding its reference. */
- LIB_TAG_OVERRIDESTATIC_OK = 1 << 9,
+ LIB_TAG_OVERRIDESTATIC_REFOK = 1 << 9,
/* tag datablock has having an extra user. */
LIB_TAG_EXTRAUSER = 1 << 2,