Commit: b047b333b09bf265ef57e68f12a85b9badbc4539
Author: Joseph Eagar
Date:   Tue May 11 21:48:14 2021 -0700
Branches: temp_bmesh_multires
https://developer.blender.org/rBb047b333b09bf265ef57e68f12a85b9badbc4539

Remove yet more debugging crap . . .

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

M       source/blender/editors/sculpt_paint/sculpt_undo.c

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_undo.c 
b/source/blender/editors/sculpt_paint/sculpt_undo.c
index 3a2f4be4d47..d0ab8c8e9b6 100644
--- a/source/blender/editors/sculpt_paint/sculpt_undo.c
+++ b/source/blender/editors/sculpt_paint/sculpt_undo.c
@@ -1987,7 +1987,7 @@ static void print_sculpt_undo_step(UndoStep *us, UndoStep 
*active, int i)
 }
 void sculpt_undo_print_nodes(void *active)
 {
-#if 1
+#if 0
   UndoStack *ustack = ED_undo_stack_get();
   UndoStep *us = ustack->steps.first;
   if (active == NULL) {

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to