Blender Git Commit Log
Git Commits -> Revision 7387d66
Revision 7387d66 by Tamito Kajiyama (blender-v2.72-release) October 15, 2014, 11:06 (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: 7387d66f1d2309c7aace97fe3019941a63dcfb5a
Parent Commit: 1b01435
Committed By: Sergey Sharybin
Lines Changed: +23, -11