Blender Git Loki
Git Commits -> Revision 0ab7e32
Revision 0ab7e32 by Pablo Dobarro (master) February 11, 2020, 18:44 (GMT) |
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 |
Commit Details:
Full Hash: 0ab7e321585f909a4fd3cc55221bf3d3827989e9
Parent Commit: 015d5ed
Lines Changed: +29, -9
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+7, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+13, -9) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+6, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+7, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+13, -9) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+6, -0) (Diff)