Blender Git Commit Log
Git Commits -> Revision 90ed5ea
Revision 90ed5ea by Tamito Kajiyama (master) February 16, 2013, 17:13 (GMT) |
Fix for pointers to auto variables returned from Python wrapper class methods. The previous implementation was a quick workaround of C++ const references. Also removed the unused 'borrowed' flag from the Python wrapper of FrsMaterial. |
Commit Details:
Full Hash: 90ed5ea4ea278b4aadf9187e4e2b92ef3221001b
SVN Revision: 54595
Parent Commit: 06c51df4
Lines Changed: +8, -18
6 Modified Paths:
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+2, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp (+2, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.h (+0, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp (+2, -6) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+1, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp (+2, -4) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.h (+0, -1) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp (+2, -6) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+1, -3) (Diff)