Blender Git Loki
Git Commits -> Revision 5fdbb79
Revision 5fdbb79 by Tamito Kajiyama (master) October 10, 2014, 09:57 (GMT) |
Freestyle: Fix for StrokeVertexIterator.__next__() ignoring the first and only element. A StrokeVertexIterator ignores the first element when it is the only element. Such an iterator can be created by the .incremented() method from an iterator over two stroke vertices. This problem is a regression from 2.71. The present fix is appropriate to backport if Blender 2.72a is planned. Problem report by Kazuhiro Murakawa through personal communications, thanks! |
Commit Details:
Full Hash: 5fdbb793ff40a8c67200f147104fee6d3867afe1
Parent Commit: 642c824
Lines Changed: +23, -11