Blender Git Loki
Git Commits -> Revision ef1bc03
Revision ef1bc03 by Tamito Kajiyama (master) November 12, 2013, 02:28 (GMT) |
Fix #37092 and #37381: crashes in the .object() method of Freestyle iterators. Now the method checks if the iterator is at the end, and returns None if that is the case. |
Commit Details:
Full Hash: ef1bc03fce51e2d79551ae87f2f8c7af8f0c6295
SVN Revision: 61233
Parent Commit: 59e4600
Lines Changed: +12, -0
6 Modified Paths:
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+2, -0) (Diff)