[Bf-blender-cvs] [9d134a22c22] blender2.8: Cleanup: DNA comment regarding ID for collections in outliner

Dalai Felinto noreply at git.blender.org
Fri Jan 5 21:32:00 CET 2018


Commit: 9d134a22c225d5b57933efaba6c62c42377ebd18
Author: Dalai Felinto
Date:   Fri Jan 5 17:32:22 2018 -0200
Branches: blender2.8
https://developer.blender.org/rB9d134a22c225d5b57933efaba6c62c42377ebd18

Cleanup: DNA comment regarding ID for collections in outliner

===================================================================

M	source/blender/makesdna/DNA_outliner_types.h

===================================================================

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. */



More information about the Bf-blender-cvs mailing list