Blender Git Commit Log
Git Commits -> Revision 6d4dc22
Revision 6d4dc22 by Pablo Dobarro (master) May 25, 2020, 15:35 (GMT) |
Sculpt: Pose Brush Scale/Transform deform mode This is an alternative deformation brush for the Pose Brush intended quickly change the proportions of the mesh. The regular mode scales using the segment's origin as a pivot. The inverted mode drags the entire segment using the grab delta. The only difference with the regular pose brush is that it is not compatible with IK, so the option is disabled and set to 1 segment. The rest of the options should work as expected. Reviewed By: sergey Differential Revision: https://developer.blender.org/D7374 |
Commit Details:
Full Hash: 6d4dc22e17a7b2bb22495602a8f64cd6c00162d3
Parent Commit: 28d81f7
Lines Changed: +149, -25
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+3, -1) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_pose.c (+127, -23) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+11, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_pose.c (+127, -23) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+11, -0) (Diff)