Blender Git Loki
Git Commits -> Revision 186bd17
Revision 186bd17 by Pablo Dobarro (master) November 21, 2019, 17:39 (GMT) |
Pose brush: Smooth Iterations Brush Property The smooth iterations of the pose factor were hardcoded to 4. This works fine in most situations when you are posing a low poly mesh, which is the main use case of this tool. I added the smooth iterations as a brush property in case you need to pose a high poly mesh directly without producing artifacts. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D6157 |
Commit Details:
Full Hash: 186bd1759f05c71c5c44391a5925b0f43cbd3383
Parent Commit: 470fe59
Lines Changed: +30, -3
7 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+2, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+7, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+7, -2) (Diff)
/source/blender/makesdna/DNA_brush_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+9, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+7, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+7, -2) (Diff)
/source/blender/makesdna/DNA_brush_defaults.h (+1, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+9, -0) (Diff)