[Bf-blender-cvs] [a44cab81935] uuid-undo-experiments: Remove dummy buggy line that was addes in a previous commit in this branch.

Bastien Montagne noreply at git.blender.org
Fri Apr 3 18:43:02 CEST 2020


Commit: a44cab819359d70ab9351ea04a9e8b0435a0be25
Author: Bastien Montagne
Date:   Fri Apr 3 18:42:32 2020 +0200
Branches: uuid-undo-experiments
https://developer.blender.org/rBa44cab819359d70ab9351ea04a9e8b0435a0be25

Remove dummy buggy line that was addes in a previous commit in this branch.

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

M	source/blender/blenloader/intern/readfile.c

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

diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 1d89e3ec04f..e0ceea0fd55 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -9456,8 +9456,6 @@ static BHead *read_libblock(FileData *fd,
              * actually perform a depsgraph update, otherwise we'd only ever use the flags from one
              * of the steps, and never get proper flags matching all others. */
             id_old->recalc_undo_accumulated |= id->recalc_undo_accumulated;
-
-            id_old->recalc &= ~(ID_RECALC_COPY_ON_WRITE);
           }
 
           MEM_freeN(id);



More information about the Bf-blender-cvs mailing list