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;
     }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to