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:
authorPablo Dobarro <pablodp606@gmail.com>2019-09-09 18:44:08 +0300
committerYimingWu <xp8110@outlook.com>2019-09-12 04:13:42 +0300
commitd918becba1aa8e9dade91167a070913678f5de05 (patch)
tree60c68e7f1bf3d98cc21c2364a41d9b7f7343f9be /source/blender/makesdna/DNA_brush_types.h
parentae078c265bca7842df91433abaa234fa42090870 (diff)
Sculpt: Pose Brush
This brush lets the user pose a model simulating an armature-like deformation. The pivot point for rotation is calculated automatically based on the radius of the brush and the topology of the model. Reviewed By: brecht Differential Revision: https://developer.blender.org/D5647
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index 1906259f3e9..56e255b132a 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -473,6 +473,7 @@ typedef enum eBrushSculptTool {
SCULPT_TOOL_MASK = 19,
SCULPT_TOOL_DRAW_SHARP = 20,
SCULPT_TOOL_ELASTIC_DEFORM = 21,
+ SCULPT_TOOL_POSE = 22,
} eBrushSculptTool;
/* Brush.uv_sculpt_tool */
@@ -508,6 +509,7 @@ typedef enum eBrushUVSculptTool {
SCULPT_TOOL_LAYER, \
SCULPT_TOOL_DRAW_SHARP, \
SCULPT_TOOL_ELASTIC_DEFORM, \
+ SCULPT_TOOL_POSE, \
\
/* These brushes could handle dynamic topology, \
* but user feedback indicates it's better not to */ \