[Bf-blender-cvs] [dd0e2da00e3] master: Cleanup unintentional change in rB8a2270efc52a

Bastien Montagne noreply at git.blender.org
Thu Nov 26 17:31:42 CET 2020


Commit: dd0e2da00e35dce77a4064dfcad92432b0c40010
Author: Bastien Montagne
Date:   Thu Nov 26 17:30:20 2020 +0100
Branches: master
https://developer.blender.org/rBdd0e2da00e35dce77a4064dfcad92432b0c40010

Cleanup unintentional change in rB8a2270efc52a

Note that the whole thing need to be redone/properly fixed, but this is
a bit more complicated so for now fix in  rB8a2270efc52a is 'good
enough'.

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

M	source/blender/makesrna/intern/rna_layer.c

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

diff --git a/source/blender/makesrna/intern/rna_layer.c b/source/blender/makesrna/intern/rna_layer.c
index b2d0c4bc8c0..c7a53757296 100644
--- a/source/blender/makesrna/intern/rna_layer.c
+++ b/source/blender/makesrna/intern/rna_layer.c
@@ -306,7 +306,7 @@ static void rna_LayerCollection_exclude_update(Main *bmain, Scene *UNUSED(scene)
 
   BKE_layer_collection_sync(scene, view_layer);
 
-  DEG_id_tag_update(&scene->id, ID_RECALC_BASE_FLAGS | ID_RECALC_ANIMATION);
+  DEG_id_tag_update(&scene->id, ID_RECALC_BASE_FLAGS);
   if (!exclude) {
     /* We need to update animation of objects added back to the scene through enabling this view
      * layer. */



More information about the Bf-blender-cvs mailing list