Blender Git Commit Log
Git Commits -> Revision 4796865
Revision 4796865 by Antonio Vazquez (blender-v2.93-release) November 22, 2021, 15:20 (GMT) |
GPencil: Speed up Occlude Eraser This is an initial change to speed up the calculation of the Occlude eraser. In the future, we can add more optimizations, but at least this increase speed. Intead to check always the 3 points, the check is skipped if it's not required. Base in a solution by Philipp Oeser. This is related to T88412 |
Commit Details:
Full Hash: 4796865b466fc93965623581f100941831d85d79
Parent Commit: 1d8d6c2
Committed By: Philipp Oeser
Lines Changed: +28, -4