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>2020-02-11 21:43:36 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-02-11 21:44:14 +0300
commit0ab7e321585f909a4fd3cc55221bf3d3827989e9 (patch)
tree5568149508acb6cffeb89c74b57f29c4d523dc45 /source/blender/makesdna/DNA_brush_types.h
parent015d5eda884dfb10f8982f9b0f8d69c9ea540349 (diff)
Pose Brush: Option to disable the IK anchor point
The IK chain was using an anchor point by default as it makes sense for posing, but for creating curved shapes it is useful to be able to disable it. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6584
Diffstat (limited to 'source/blender/makesdna/DNA_brush_types.h')
-rw-r--r--source/blender/makesdna/DNA_brush_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_brush_types.h b/source/blender/makesdna/DNA_brush_types.h
index 278256f39c8..c5bf026983b 100644
--- a/source/blender/makesdna/DNA_brush_types.h
+++ b/source/blender/makesdna/DNA_brush_types.h
@@ -458,6 +458,7 @@ typedef enum eBrushSamplingFlags {
typedef enum eBrushFlags2 {
BRUSH_MULTIPLANE_SCRAPE_DYNAMIC = (1 << 0),
BRUSH_MULTIPLANE_SCRAPE_PLANES_PREVIEW = (1 << 1),
+ BRUSH_POSE_IK_ANCHORED = (1 << 2),
} eBrushFlags2;
typedef enum {