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-02 19:15:44 +0300
committerJacques Lucke <jacques@blender.org>2022-03-02 19:15:44 +0300
commitac45540a348ec8662e4e27002c64176c402fe549 (patch)
tree505778f4634aadd248f1c499fad72f28394b0780 /source/blender/makesdna/DNA_brush_enums.h
parent037e1ad140d5c0b57d54f64e32a00f7961b7cc17 (diff)
Curves: add brush to add curves on surface
This adds a prototype for the first brush that can add new curves by painting on a surface. Note that this can only be used when the curves object has a surface object set in the properties panel. The brush can take minimum distance into account. This allows distributing curves with a somewhat consistent density. Differential Revision: https://developer.blender.org/D14207
Diffstat (limited to 'source/blender/makesdna/DNA_brush_enums.h')
-rw-r--r--source/blender/makesdna/DNA_brush_enums.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_brush_enums.h b/source/blender/makesdna/DNA_brush_enums.h
index bca177f6d7a..88be670457a 100644
--- a/source/blender/makesdna/DNA_brush_enums.h
+++ b/source/blender/makesdna/DNA_brush_enums.h
@@ -459,6 +459,7 @@ typedef enum eBrushUVSculptTool {
typedef enum eBrushCurvesSculptTool {
CURVES_SCULPT_TOOL_TEST1 = 0,
CURVES_SCULPT_TOOL_TEST2 = 1,
+ CURVES_SCULPT_TOOL_TEST3 = 2,
} eBrushCurvesSculptTool;
/** When #BRUSH_ACCUMULATE is used */