[Bf-blender-cvs] [7a6e2d1e394] temp-sculpt-roll-mapping: temp-sculpt-roll-mapping: remove debug draw points

Joseph Eagar noreply at git.blender.org
Wed Nov 16 09:45:20 CET 2022


Commit: 7a6e2d1e3947ec327bac813f6077f6d3911f4987
Author: Joseph Eagar
Date:   Wed Nov 16 00:45:02 2022 -0800
Branches: temp-sculpt-roll-mapping
https://developer.blender.org/rB7a6e2d1e3947ec327bac813f6077f6d3911f4987

temp-sculpt-roll-mapping: remove debug draw points

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

M	source/blender/editors/sculpt_paint/paint_stroke.cc

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

diff --git a/source/blender/editors/sculpt_paint/paint_stroke.cc b/source/blender/editors/sculpt_paint/paint_stroke.cc
index 1c9c344c518..b75bfbfc34b 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.cc
+++ b/source/blender/editors/sculpt_paint/paint_stroke.cc
@@ -371,7 +371,7 @@ static void paint_brush_cubic_vis(const bContext *C, ARegion *region, void *user
   }
   immEnd();
 
-#  if 1
+#  if 0
   immUniformColor4ub(255, 0, 0, 170);
   int components = spline->components();



More information about the Bf-blender-cvs mailing list