Blender Git Commit Log
Git Commits -> Revision 5fed056
Revision 5fed056 by Tamito Kajiyama (master) July 19, 2009, 23:17 (GMT) |
* Introspection-based automatic type conversion from a generic C++ object to a specific Python object. The conversion takes place in the following places. - Interface0DIterator_getObject (BPy_Interface0DIterator.cpp) - Director_BPy_BinaryPredicate1D___call__ (Director.cpp) - Director_BPy_UnaryPredicate1D___call__ (Director.cpp) - SVertex_viewvertex (BPy_SVertex.cpp) - BPy_FEdge_from_FEdge (BPy_Convert.cpp) This is a tentative list and more conversions are expected to be added. * Added the following two converter functions to BPy_Convert.{cpp,h}: - BPy_NonTVertex_from_NonTVertex_ptr - BPy_TVertex_from_TVertex_ptr |
Commit Details:
Full Hash: 5fed0560d9184d9dd64625ce6af70f67e0ad0960
SVN Revision: 21710
Parent Commit: 1cb1d0e
Lines Changed: +90, -8
5 Modified Paths:
/source/blender/freestyle/intern/python/BPy_Convert.cpp (+38, -3) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+26, -3) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+7, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+17, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Director.cpp (+26, -3) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+7, -1) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+17, -1) (Diff)