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-11 21:02:12 +0300
committerDalai Felinto <dfelinto@gmail.com>2018-01-11 21:03:08 +0300
commit31782609f457b97d99912503a16f3176a3d4aec0 (patch)
treeb3617fad4a171043a14302276e90eb68724ab4f7 /source/blender/makesdna/DNA_outliner_types.h
parent6c4bc791343793172ec8ce731bb18e2f54343ac1 (diff)
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.
Diffstat (limited to 'source/blender/makesdna/DNA_outliner_types.h')
-rw-r--r--source/blender/makesdna/DNA_outliner_types.h3
1 files changed, 1 insertions, 2 deletions
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