[Bf-blender-cvs] [31782609f45] blender2.8: Fix T53340: Outliner collections collapsing when UNDO

Dalai Felinto noreply at git.blender.org
Thu Jan 11 19:03:17 CET 2018


Commit: 31782609f457b97d99912503a16f3176a3d4aec0
Author: Dalai Felinto
Date:   Thu Jan 11 16:02:12 2018 -0200
Branches: blender2.8
https://developer.blender.org/rB31782609f457b97d99912503a16f3176a3d4aec0

Fix T53340: Outliner collections collapsing when UNDO

This is not the original reported issue, but it is a second issye mentioned
that, the only one reminding.

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

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 5ecd1dea6ff..438bb1dadfe 100644
--- a/source/blender/makesdna/DNA_outliner_types.h
+++ b/source/blender/makesdna/DNA_outliner_types.h
@@ -111,8 +111,7 @@ enum {
 	(!ELEM((_tse)->type, TSE_NLA, TSE_NLA_TRACK, TSE_DRIVER_BASE, \
 	                     TSE_SEQUENCE, TSE_SEQ_STRIP, TSE_SEQUENCE_DUP, \
                          TSE_RNA_STRUCT, TSE_RNA_PROPERTY, TSE_RNA_ARRAY_ELEM, \
-                         TSE_KEYMAP, TSE_KEYMAP_ITEM, TSE_ID_BASE, TSE_GP_LAYER, \
-                         TSE_SCENE_COLLECTION, TSE_LAYER_COLLECTION))
+                         TSE_KEYMAP, TSE_KEYMAP_ITEM, TSE_ID_BASE, TSE_GP_LAYER))
 
 
 #endif



More information about the Bf-blender-cvs mailing list