From 18bcd8321a68832d01a0fedeed38b80767f70a64 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Thu, 5 May 2022 12:24:08 +0200 Subject: Curves: show warning when using Add brush without surface --- source/blender/editors/sculpt_paint/curves_sculpt_intern.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint/curves_sculpt_intern.hh') diff --git a/source/blender/editors/sculpt_paint/curves_sculpt_intern.hh b/source/blender/editors/sculpt_paint/curves_sculpt_intern.hh index b5835abecbd..9d000649d62 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_intern.hh +++ b/source/blender/editors/sculpt_paint/curves_sculpt_intern.hh @@ -33,7 +33,7 @@ class CurvesSculptStrokeOperation { virtual void on_stroke_extended(bContext *C, const StrokeExtension &stroke_extension) = 0; }; -std::unique_ptr new_add_operation(); +std::unique_ptr new_add_operation(bContext &C, ReportList *reports); std::unique_ptr new_comb_operation(); std::unique_ptr new_delete_operation(); std::unique_ptr new_snake_hook_operation(); -- cgit v1.2.3