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>2010-01-07 19:19:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-07 19:19:38 +0300
commitbce42d6b5eb37bcb93cf2f7352c78058dc1b13ae (patch)
treeaf8dd40f3761cd35d2fff66d4a7c680b81fd1eb6 /source/blender/makesdna/DNA_ID.h
parent0983aae01959c2819dcc9fa3ce32f0a558cfa338 (diff)
group instance still didnt work in some cases, now tag ID flag when linking as well as appending so its easy to know if an ID is newly added or not.
Diffstat (limited to 'source/blender/makesdna/DNA_ID.h')
-rw-r--r--source/blender/makesdna/DNA_ID.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 0c38421a3f5..8c835dd7ca7 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -212,8 +212,8 @@ typedef struct PreviewImage {
#define LIB_FAKEUSER 512
/* free test flag */
#define LIB_DOIT 1024
-/* */
-#define LIB_APPEND_TAG 2048
+/* tag existing data before linking so we know what is new */
+#define LIB_PRE_EXISTING 2048
#ifdef __cplusplus
}