Blender Git Loki
Git Commits -> Revision fce731a
Revision fce731a by Tamito Kajiyama (master) May 26, 2014, 01:54 (GMT) |
Fix for thinning strokes at intersections between visible and background hidden lines. This commit is intended to fully fix the problem described in https://developer.blender.org/T36425#19 (see also the previous commit rB08528f577dcb). Addition of a small offset (to avoid singularity in stroke rendering due to overlapping vertices) was not performed for all overlapping vertices. Removed the StrokeCleaner and related helper functions which were added as a temporary workaround in rB2a5b6d9c8f16. |
Commit Details:
Full Hash: fce731a1753a9aabec6327e724b53d9939aa3286
Parent Commit: 6b7bee6
Lines Changed: +4, -56