Blender Git Commit Log

Git Commits -> Revision 7565990

Revision 7565990 by Maxime Curioni (master)
August 1, 2008, 21:55 (GMT)
soc-2008-mxcurioni: made considerable changes to support cross-language polymorphism for UnaryFunction0D, Interface0D, Interface1D. Add to change UnaryFunction1D<void> to static UnaryFunction1D_void. Resolved namespace collision on the Image class (changed to FrsImage). There is greater support for style modules but somehow, some do not show anything yet (japanese_bigbrush being an example).

Commit Details:

Full Hash: 7565990db264dbb7771744cea0a1c87b3e11fc3f
SVN Revision: 15912
Parent Commit: c324f0c
Lines Changed: +379, -117

32 Modified Paths:

/source/blender/freestyle/intern/image/Image.h (+22, -22) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+45, -16) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+19, -6) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.cpp (+45, -0) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+93, -10) (Diff)
/source/blender/freestyle/intern/python/Director.h (+11, -21) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DDouble.cpp (+5, -1) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DEdgeNature.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DFloat.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DId.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DMaterial.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DUnsigned.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec2f.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVec3f.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DVectorViewShape.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction0D/BPy_UnaryFunction0DViewShape.cpp (+1, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Operators.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/stroke/Operators.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Predicates1D.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.cpp (+4, -2) (Diff)
/source/blender/freestyle/intern/view_map/Functions0D.h (+16, -3) (Diff)
/source/blender/freestyle/intern/view_map/Functions1D.h (+50, -20) (Diff)
/source/blender/freestyle/intern/view_map/Interface1D.h (+37, -9) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021