Blender Git Loki
Git Commits -> Revision d918bec
Revision d918bec by Pablo Dobarro (temp-lanpr-staging) September 12, 2019, 01:13 (GMT) |
Sculpt: Pose Brush This brush lets the user pose a model simulating an armature-like deformation. The pivot point for rotation is calculated automatically based on the radius of the brush and the topology of the model. Reviewed By: brecht Differential Revision: https://developer.blender.org/D5647 |
Commit Details:
Full Hash: d918becba1aa8e9dade91167a070913678f5de05
Parent Commit: ae078c2
Committed By: YimingWu
Lines Changed: +295, -6
6 Modified Paths:
/source/blender/blenkernel/intern/brush.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+279, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+9, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+3, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+279, -5) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+9, -0) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+2, -0) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+1, -0) (Diff)