Blender Git Loki
Git Commits -> Revision 628dc91
Revision 628dc91 by Pablo Dobarro (master) October 5, 2020, 17:35 (GMT) |
Sculpt: Preview the active side of the line gestures This adds a small gradient to the right side of the line to preview which side of the mesh is going to be affected by the gesture operation. Reviewed By: Severin Differential Revision: https://developer.blender.org/D9106 |
Commit Details:
Full Hash: 628dc91c485afd45881e3df03c5005c92791e5ad
Parent Commit: ca38bce
Lines Changed: +69, -2
5 Modified Paths:
/source/blender/editors/sculpt_paint/paint_mask.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_gesture.c (+51, -0) (Diff)
/source/blender/windowmanager/intern/wm_gesture_ops.c (+11, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+3, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+2, -0) (Diff)
/source/blender/windowmanager/intern/wm_gesture.c (+51, -0) (Diff)
/source/blender/windowmanager/intern/wm_gesture_ops.c (+11, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+3, -0) (Diff)
/source/blender/windowmanager/WM_types.h (+2, -0) (Diff)