Blender Git Loki
Git Commits -> Revision 9120191
Revision 9120191 by Pablo Dobarro (master) March 27, 2020, 17:15 (GMT) |
Sculpt: Pose Brush Face Sets origin mode This commit introduces a new mode for calculating the positions and weights of the IK segments in the Pose Brush based on the Face Sets. The first segment of the chain will always include all face sets inside the brush radius and it will propagate until the boundary of the last face sets added in the flood fill. Then consecutive connected face sets are added to the chain until the chain length limit is reached or all face sets of the mesh are already part of the chain. This feature enables complete control over the pose brush origins in case that is needed. Also, with this mode, the user can have a library of base meshes with face sets already configured to get to the initial pose as fast as possible. Reviewed By: jbakker Differential Revision: https://developer.blender.org/D7235 |
Commit Details:
Full Hash: 9120191fe2a28a3d01a51f536df7b433a7764803
Parent Commit: 4c0cca7
Lines Changed: +325, -50
6 Modified Paths:
/release/scripts/startup/bl_ui/properties_paint_common.py (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+36, -18) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+15, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_pose.c (+245, -31) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+21, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+36, -18) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+15, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_pose.c (+245, -31) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+7, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+21, -0) (Diff)