Blender Git Commit Log
Git Commits -> Revision b592e34
Revision b592e34 by Jean Da Costa (master) January 23, 2019, 19:25 (GMT) |
Sculpt: add Topology Rake, to align edges along brush while painting. This helps to generate cleaner topology and define sharp features for dynamic topology. Best used on relatively low-poly meshes, it is not needed as much for high detail areas and has a performance impact. Differential Revision: https://developer.blender.org/D4189 |
Commit Details:
Full Hash: b592e34559da82f86339e97b25ceac9f844719ab
Parent Commit: 4e9817a
Committed By: Brecht Van Lommel
Lines Changed: +238, -6
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d_toolbar.py (+7, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+199, -5) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+18, -0) (Diff)
/source/blender/blenkernel/intern/brush.c (+3, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+199, -5) (Diff)
/source/blender/makesdna/DNA_brush_types.h (+11, -1) (Diff)
/source/blender/makesrna/intern/rna_brush.c (+18, -0) (Diff)