Blender Git Loki
Git Commits -> Revision 2c829e9
Revision 2c829e9 by Tamito Kajiyama (master) July 31, 2009, 23:49 (GMT) |
Disabled the Python wrapper of ViewVertex::edgesEnd(), since the method returns a non-functional orientedViewEdgeIterator instance. The iteration from the end to the beginning of the sequence relies on orientedViewEdgeIterator::decrement() which is not actually implemented in the C++ class. As a quick fix, the edgesEnd method now raises a NotImplementedError. |
Commit Details:
Full Hash: 2c829e9bd358b3a4f22898c12eb4ea368f8be0f2
SVN Revision: 22101
Parent Commit: 631df8c
Lines Changed: +5, -0
1 Modified Path:
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.cpp (+5, -0) (Diff)