Blender Git Commit Log
Git Commits -> Revision fc97e91
Revision fc97e91 by Maxime Curioni (master) July 24, 2008, 21:32 (GMT) |
soc-2008-mxcurioni: found and fixed all potential issues iterating over internal view-map data. The internal namespaces (ViewEdgeInternal, ViewVertexInternal, CurveInternal, StrokeInternal...) should NOT be included to prevent redefintion errors. |
Commit Details:
Full Hash: fc97e91a3efd7dec5f21ec0a8ba6b81a1db7b72d
SVN Revision: 15743
Parent Commit: 2860bc5
Lines Changed: +42, -26
12 Modified Paths:
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+7, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+13, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp (+8, -7) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+13, -0) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp (+8, -7) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.h (+1, -2) (Diff)