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:
Diffstat (limited to 'source/blender/makesdna/DNA_brush_enums.h')
-rw-r--r--source/blender/makesdna/DNA_brush_enums.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_brush_enums.h b/source/blender/makesdna/DNA_brush_enums.h
index 2f838513bf0..6f0b09614c7 100644
--- a/source/blender/makesdna/DNA_brush_enums.h
+++ b/source/blender/makesdna/DNA_brush_enums.h
@@ -477,7 +477,10 @@ typedef enum eBrushSculptTool {
SCULPT_TOOL_DISPLACEMENT_ERASER = 31,
SCULPT_TOOL_DISPLACEMENT_SMEAR = 32,
SCULPT_TOOL_VCOL_BOUNDARY = 33,
- SCULPT_TOOL_UV_SMOOTH = 34
+ SCULPT_TOOL_UV_SMOOTH = 34,
+
+ SCULPT_TOOL_TOPOLOGY_RAKE = 35,
+ SCULPT_TOOL_DYNTOPO = 36
} eBrushSculptTool;
/* Brush.uv_sculpt_tool */