Blender Git Loki
Git Commits -> Revision 0083c96
Revision 0083c96 by Pablo Dobarro (master) September 10, 2019, 13:13 (GMT) |
Sculpt: Mask Expand operator This operator is a combined version of mask expand and mask by normal from the sculpt branch. It can be used to quickly isolate parts of a model based on topology or curvature. - Shift + A starts the operator in topology mode from the active vertex - Shift + Alt + A starts the operator in curvature mode from the active vertex Reviewed By: brecht Differential Revision: https://developer.blender.org/D5657 |
Commit Details:
Full Hash: 0083c96125926d4e76525ff1bbd08a3f1f20307b
Parent Commit: ef47c99
Lines Changed: +448, -1
5 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+4, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+14, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+421, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+7, -0) (Diff)
/release/scripts/startup/bl_ui/space_view3d.py (+14, -0) (Diff)
/source/blender/blenkernel/BKE_paint.h (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+421, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+7, -0) (Diff)