Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_stroke.cc')
-rw-r--r--source/blender/editors/sculpt_paint/paint_stroke.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_stroke.cc b/source/blender/editors/sculpt_paint/paint_stroke.cc
index 388140903ce..31a8443d3dd 100644
--- a/source/blender/editors/sculpt_paint/paint_stroke.cc
+++ b/source/blender/editors/sculpt_paint/paint_stroke.cc
@@ -7,7 +7,7 @@
#include "MEM_guardedalloc.h"
-#include "BLI_arc_spline.hh"
+#include "BLI_even_spline.hh"
#include "BLI_listbase.h"
#include "BLI_math.h"
#include "BLI_rand.h"
@@ -58,7 +58,7 @@ using blender::float3;
static void paint_stroke_add_sample(
const Paint *paint, PaintStroke *stroke, float x, float y, float pressure);
-//#define DRAW_DEBUG_VIS
+#define DRAW_DEBUG_VIS
static int paint_stroke_max_points(const Paint *paint, PaintStroke *stroke)
{