Blender Git Commit Log

Git Commits -> Revision a0359c3

Revision a0359c3 by Maxime Curioni (master)
July 24, 2008, 08:29 (GMT)
soc-2008-mxcurioni: added (without testing) the following classes: BBox, SShape, ViewShape. Also corrected a few typos (Get#->get#).

Commit Details:

Full Hash: a0359c37506d05589bae86e4818fa653c8f281ab
SVN Revision: 15732
Parent Commit: dd89993
Lines Changed: +1565, -461

6 Added Paths:

/source/blender/freestyle/intern/python/BPy_BBox.cpp (+142, -0) (View)
/source/blender/freestyle/intern/python/BPy_BBox.h (+38, -0) (View)
/source/blender/freestyle/intern/python/BPy_Material.h (+0, -0) (View)
/source/blender/freestyle/intern/python/BPy_SShape.h (+34, -0) (View)
/source/blender/freestyle/intern/python/BPy_ViewShape.h (+34, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.h (+32, -0) (View)

32 Modified Paths:

/source/blender/freestyle/intern/python/BPy_Convert.cpp (+31, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+9, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+7, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.cpp (+6, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+229, -72) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+247, -44) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.h (+0, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.cpp (+317, -236) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+0, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+0, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp (+0, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+0, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp (+0, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.h (+9, -1) (Diff)
/source/blender/freestyle/intern/stroke/CurveIterators.h (+4, -2) (Diff)
/source/blender/freestyle/intern/stroke/Operators.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/swig/ModuleWrapper.cpp (+334, -28) (Diff)
/source/blender/freestyle/intern/view_map/FEdgeXDetector.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/view_map/Interface0D.h (+7, -7) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.h (+6, -6) (Diff)
/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.h (+3, -1) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIO.cpp (+9, -9) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIterators.h (+2, -2) (Diff)
/source/blender/freestyle/intern/winged_edge/Curvature.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.cpp (+8, -8) (Diff)
/source/blender/freestyle/intern/winged_edge/WEdge.h (+3, -3) (Diff)
/source/blender/freestyle/intern/winged_edge/WingedEdgeBuilder.cpp (+10, -10) (Diff)
/source/blender/freestyle/intern/winged_edge/WXEdge.h (+1, -1) (Diff)
/source/blender/freestyle/python/Freestyle.py (+13, -5) (Diff)
/source/blender/freestyle/SConscript (+17, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021