From aa7d13034701b6e4e9eada24cb96a7ec78171a0a Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Thu, 28 Jul 2022 11:37:35 +0200 Subject: Curves: improve handling of empty surface meshes --- source/blender/editors/sculpt_paint/curves_sculpt_intern.hh | 2 ++ 1 file changed, 2 insertions(+) (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 7d40ed80a65..5c8c0cedc6f 100644 --- a/source/blender/editors/sculpt_paint/curves_sculpt_intern.hh +++ b/source/blender/editors/sculpt_paint/curves_sculpt_intern.hh @@ -128,6 +128,8 @@ float transform_brush_radius(const float4x4 &transform, const float3 &brush_position, const float old_radius); +void report_empty_original_surface(ReportList *reports); +void report_empty_evaluated_surface(ReportList *reports); void report_missing_surface(ReportList *reports); void report_missing_uv_map_on_original_surface(ReportList *reports); void report_missing_uv_map_on_evaluated_surface(ReportList *reports); -- cgit v1.2.3