Blender Git Commit Log

Git Commits -> Revision dd89993

Revision dd89993 by Maxime Curioni (master)
July 24, 2008, 04:48 (GMT)
soc-2008-mxcurioni: Added first batch of Iterators: AdjacencyIterator, Interface0DIterator, CurvePointIterator, StrokeVertexIterator, SVertexIterator, orientedViewEdgeIterator.

Commit Details:

Full Hash: dd899939dabae68564f7a1d1994b50ee2f2cf8be
SVN Revision: 15727
Parent Commit: d1b82d1
Lines Changed: +1326, -715

17 Added Paths:

/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp (+142, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.h (+32, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp (+0, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingPredicateIterator.cpp (+0, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingSilhouetteIterator.cpp (+0, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+162, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.h (+33, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+139, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.h (+32, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp (+130, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.h (+34, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+158, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.h (+33, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp (+162, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.h (+34, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+150, -0) (View)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.h (+34, -0) (View)

8 Deleted Paths:

/source/blender/freestyle/intern/python/BPy_CurvePointIterator.cpp (+0, -284)
/source/blender/freestyle/intern/python/BPy_Interface0DIterator.cpp (+0, -104)
/source/blender/freestyle/intern/python/BPy_orientedViewEdgeIterator.cpp (+0, -0)
/source/blender/freestyle/intern/python/BPy_StrokeVertexIterator.cpp (+0, -260)
/source/blender/freestyle/intern/python/BPy_ViewEdgeIterator.cpp (+0, -0)
/source/blender/freestyle/intern/python/ViewEdgeIterator/BPy_ChainingIterator.cpp (+0, -36)
/source/blender/freestyle/intern/python/ViewEdgeIterator/ChainingIterator/BPy_ChainPredicateIterator.cpp (+0, -12)
/source/blender/freestyle/intern/python/ViewEdgeIterator/ChainingIterator/BPy_ChainSilhouetteIterator.cpp (+0, -16)

5 Modified Paths:

/source/blender/freestyle/intern/python/BPy_Convert.cpp (+3, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+1, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_Iterator.cpp (+45, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.h (+1, -0) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021