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:
authorJacques Lucke <jacques@blender.org>2022-03-08 12:41:52 +0300
committerJacques Lucke <jacques@blender.org>2022-03-08 12:41:52 +0300
commit10c11bb89736d19f06131378dc539fb225b9b562 (patch)
treefc9920b4bf676ead84270ac2ebfa0139926198cd /source/blender/makesdna/DNA_brush_enums.h
parent94d2470c416f70f7b0a357b1c3f3fc80d3e7360b (diff)
Curves: add initial comb, grow and shrink brush
The exact behavior of the brushes is still being iterated on, but it helps having a base implementation that we can work upon. All of that is still hidden behind an experimental feature flag anyway. The brushes will get a name in the ui soon. Differential Revision: https://developer.blender.org/D14241
Diffstat (limited to 'source/blender/makesdna/DNA_brush_enums.h')
-rw-r--r--source/blender/makesdna/DNA_brush_enums.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_brush_enums.h b/source/blender/makesdna/DNA_brush_enums.h
index 88be670457a..f0c4da92378 100644
--- a/source/blender/makesdna/DNA_brush_enums.h
+++ b/source/blender/makesdna/DNA_brush_enums.h
@@ -460,6 +460,8 @@ 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,
} eBrushCurvesSculptTool;
/** When #BRUSH_ACCUMULATE is used */