Blender Git Commit Log
Git Commits -> Revision c05715b
Revision c05715b by Pablo Dobarro (master) September 3, 2020, 14:44 (GMT) |
Sculpt: Sculpt Face Set gestures tools This implements the sculpt gesture lasso and box operators for face sets. They work the same way as the mask gesture operator and tools. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8716 |
Commit Details:
Full Hash: c05715b03fe7b82d63ab4339f4fa1dac9884aad1
Parent Commit: 10d61f3
Lines Changed: +201, -7
6 Modified Paths:
/release/scripts/presets/keyconfig/keymap_data/blender_default.py (+23, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+35, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+136, -7) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+4, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py (+35, -0) (Diff)
/source/blender/editors/sculpt_paint/paint_mask.c (+136, -7) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+2, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt_intern.h (+4, -0) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+1, -0) (Diff)