[Bf-blender-cvs] [95a969e7d5b] sculpt-dev: Array Brush: Disable debug drawing

Pablo Dobarro noreply at git.blender.org
Thu Jul 15 21:26:08 CEST 2021


Commit: 95a969e7d5b33e965b4edb2c2c4704758abc47b3
Author: Pablo Dobarro
Date:   Thu Jul 15 21:20:48 2021 +0200
Branches: sculpt-dev
https://developer.blender.org/rB95a969e7d5b33e965b4edb2c2c4704758abc47b3

Array Brush: Disable debug drawing

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

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

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_array.c b/source/blender/editors/sculpt_paint/sculpt_array.c
index fa4c69d462e..4cbf05e2c82 100644
--- a/source/blender/editors/sculpt_paint/sculpt_array.c
+++ b/source/blender/editors/sculpt_paint/sculpt_array.c
@@ -667,6 +667,11 @@ void SCULPT_array_path_draw(const uint gpuattr,
                                            SculptSession *ss) {
     
     SculptArray *array = ss->cache->array;
+
+
+    /* Disable debug drawing. */
+    return;
+
     if (!array) {
       return;
     }



More information about the Bf-blender-cvs mailing list