Commit: 5330f1c5d1365574636bcf9a602afffcf9bf4def
Author: Campbell Barton
Date:   Thu Jun 7 13:38:46 2018 +0200
Branches: master
https://developer.blender.org/rB5330f1c5d1365574636bcf9a602afffcf9bf4def

Fix sculpt assert on initialization

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

M       source/blender/blenkernel/intern/undo_system.c

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

diff --git a/source/blender/blenkernel/intern/undo_system.c 
b/source/blender/blenkernel/intern/undo_system.c
index 7eaf42591f0..a8f895853ed 100644
--- a/source/blender/blenkernel/intern/undo_system.c
+++ b/source/blender/blenkernel/intern/undo_system.c
@@ -375,7 +375,7 @@ UndoStep *BKE_undosys_step_push_init_with_type(UndoStack 
*ustack, bContext *C, c
                us->type = ut;
                ustack->step_init = us;
                ut->step_encode_init(C, us);
-               undosys_stack_validate(ustack, true);
+               undosys_stack_validate(ustack, false);
                return us;
        }
        else {

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to