Blender Git Commit Log
Git Commits -> Revision 1ca105e
Revision 1ca105e by Brecht Van Lommel (master) September 29, 2019, 13:27 (GMT) |
Sculpt: disable workbench anti-aliasing during stroke painting This mostly happens automatically anyway since there is usually not enough time left over for it. But when it does it happen it breaks partial redraw, and may also have a negative impact on responsiveness. Ref T70295 |
Commit Details:
Full Hash: 1ca105ebdccc386aa0a49e5d323be65123881243
Parent Commit: c31a849
Lines Changed: +36, -2
6 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/draw/engines/workbench/workbench_effect_taa.c (+1, -1) (Diff)
/source/blender/draw/engines/workbench/workbench_private.h (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+20, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+1, -0) (Diff)
/source/blender/draw/engines/workbench/workbench_effect_taa.c (+1, -1) (Diff)
/source/blender/draw/engines/workbench/workbench_private.h (+2, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_stroke.c (+10, -0) (Diff)
/source/blender/editors/sculpt_paint/sculpt.c (+20, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+1, -0) (Diff)