From 4da282a1615d23ffcdfdc43998dce5091455078b Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Wed, 9 Mar 2022 11:33:17 +0100 Subject: Curves: rename initial brushes The brushes that are still called "Test" still need to be changed until they can get their correct name. Ref T96259. --- source/blender/makesdna/DNA_brush_enums.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_brush_enums.h b/source/blender/makesdna/DNA_brush_enums.h index f0c4da92378..f8ffe6a0a47 100644 --- a/source/blender/makesdna/DNA_brush_enums.h +++ b/source/blender/makesdna/DNA_brush_enums.h @@ -457,11 +457,11 @@ typedef enum eBrushUVSculptTool { /* Brush.curves_sculpt_tool. */ typedef enum eBrushCurvesSculptTool { - CURVES_SCULPT_TOOL_TEST1 = 0, - CURVES_SCULPT_TOOL_TEST2 = 1, - CURVES_SCULPT_TOOL_TEST3 = 2, - CURVES_SCULPT_TOOL_TEST4 = 3, - CURVES_SCULPT_TOOL_TEST5 = 4, + CURVES_SCULPT_TOOL_COMB = 0, + CURVES_SCULPT_TOOL_DELETE = 1, + CURVES_SCULPT_TOOL_SNAKE_HOOK = 2, + CURVES_SCULPT_TOOL_TEST1 = 3, + CURVES_SCULPT_TOOL_TEST2 = 4, } eBrushCurvesSculptTool; /** When #BRUSH_ACCUMULATE is used */ -- cgit v1.2.3