Blender Git Loki
Git Commits -> Revision 2a5b6d9
Revision 2a5b6d9 by Tamito Kajiyama (master) August 21, 2013, 21:20 (GMT) |
Temporary fix for gaps in strokes when objects are behind the lines. Problem report by Light BWK through personal communications, thanks a lot! Apparently there is something wrong in the way how edges are chained to create strokes. For some unknown reason, strokes may contain a very small line segment that proceeds in the opposite direction (e.g., downward even when adjacent stroke segments proceed upward), resulting in the reported visual artefact. This revision is intended to address the reported issue in most cases. The present solution is not a proper fix of the issue. Another code update with better understanding of the real cause is due in the future work. |
Commit Details:
Full Hash: 2a5b6d9c8f167724d2ddd2bf1a2b59036121ac81
SVN Revision: 59373
Parent Commit: 5ba8b52
Lines Changed: +41, -0
1 Modified Path:
/release/scripts/freestyle/style_modules/parameter_editor.py (+41, -0) (Diff)