Blender Git Commit Log

Git Commits -> Revision b216e4d

Revision b216e4d by Maxime Curioni (master)
July 26, 2008, 02:33 (GMT)
soc-2008-mxcurioni: implemented (but did not test) the following classes: Material, Chain, FEdgeSharp, FEdgeSmooth. All Interface1D classes have now been fully implemented.

Commit Details:

Full Hash: b216e4d12d8e4e416724d33a9a4c017d2809e5d0
SVN Revision: 15773
Parent Commit: 51f9082
Lines Changed: +1157, -139

5 Added Paths:

/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp (+407, -0) (View)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.h (+36, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.h (+31, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.h (+31, -0) (View)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.h (+31, -0) (View)

2 Deleted Paths:

/source/blender/freestyle/intern/python/BPy_Material.cpp (+0, -112)
/source/blender/freestyle/intern/python/BPy_Material.h (+0, -0)

7 Modified Paths:

/source/blender/freestyle/intern/python/BPy_Convert.cpp (+7, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+6, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.cpp (+19, -0) (Diff)
/source/blender/freestyle/intern/python/Interface1D/Curve/BPy_Chain.cpp (+188, -0) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp (+220, -14) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+179, -13) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021