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:
authorDalai Felinto <dfelinto@gmail.com>2018-01-05 22:32:22 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-01-05 22:32:22 +0300
commit9d134a22c225d5b57933efaba6c62c42377ebd18 (patch)
treea2eb464873b1dfb8b3ef3dad2a763c581951553c /source/blender/makesdna/DNA_outliner_types.h
parenta768aa6ec85f3ae1b4cc6c2e28cdba2ed85dd0de (diff)
Cleanup: DNA comment regarding ID for collections in outliner
Diffstat (limited to 'source/blender/makesdna/DNA_outliner_types.h')
-rw-r--r--source/blender/makesdna/DNA_outliner_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_outliner_types.h b/source/blender/makesdna/DNA_outliner_types.h
index 81575beaac8..5ecd1dea6ff 100644
--- a/source/blender/makesdna/DNA_outliner_types.h
+++ b/source/blender/makesdna/DNA_outliner_types.h
@@ -102,8 +102,8 @@ enum {
#define TSE_KEYMAP_ITEM 35 /* NO ID */
#define TSE_ID_BASE 36 /* NO ID */
#define TSE_GP_LAYER 37 /* NO ID */
-#define TSE_LAYER_COLLECTION 38 /* NO ID */
-#define TSE_SCENE_COLLECTION 39 /* NO ID */
+#define TSE_LAYER_COLLECTION 38
+#define TSE_SCENE_COLLECTION 39
/* Check whether given TreeStoreElem should have a real ID in its ->id member. */