Blender Git Commit Log

Git Commits -> Revision d38a335

Revision d38a335 by Tamito Kajiyama (master)
February 24, 2013, 02:32 (GMT)
Code clean-up and fix for typos in docstrings.

Commit Details:

Full Hash: d38a335d47f1632000db5172877499ff0184d114
SVN Revision: 54803
Parent Commit: 3bd0b89
Lines Changed: +572, -620

52 Modified Paths:

/source/blender/freestyle/intern/python/BPy_BBox.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate0D.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate1D.cpp (+6, -6) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+312, -276) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.cpp (+41, -41) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp (+1, -6) (Diff)
/source/blender/freestyle/intern/python/BPy_Id.cpp (+1, -6) (Diff)
/source/blender/freestyle/intern/python/BPy_Iterator.cpp (+9, -9) (Diff)
/source/blender/freestyle/intern/python/BPy_MediumType.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_Nature.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp (+1, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction1D.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate0D.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.cpp (+9, -9) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+94, -101) (Diff)
/source/blender/freestyle/intern/python/Director.h (+10, -10) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+3, -7) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp (+1, -6) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+2, -7) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+3, -6) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp (+4, -8) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+3, -8) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp (+1, -7) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+0, -5) (Diff)
/source/blender/freestyle/intern/python/StrokeShader/BPy_TextureAssignerShader.cpp (+9, -9) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.cpp (+10, -10) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DFloat.cpp (+6, -6) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DId.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DUnsigned.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec3f.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DViewShape.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp (+1, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp (+1, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp (+3, -3) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_DensityF1D.cpp (+0, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetProjectedXF1D.cpp (+0, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_GetXF1D.cpp (+0, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/UnaryFunction1D_double/BPy_ZDiscontinuityF1D.cpp (+0, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryPredicate1D/BPy_ContourUP1D.cpp (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021