Blender Git Commit Log
Git Commits -> Revision e2eb4d5
Revision e2eb4d5 by Tamito Kajiyama (master) August 2, 2009, 22:39 (GMT) |
Fixed the handling of constructor arguments in the following Python types: Interface0D, SVertex, ViewVertex, StrokeVertex, NonTVertex, and TVertex. |
Commit Details:
Full Hash: e2eb4d567c27b0ea58dd6c1687dcd9538b64202e
SVN Revision: 22158
Parent Commit: 74027ea
Lines Changed: +39, -18
6 Modified Paths:
/source/blender/freestyle/intern/python/BPy_Interface0D.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+8, -3) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.cpp (+5, -3) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+20, -10) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.cpp (+2, -0) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+8, -3) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.cpp (+5, -3) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+20, -10) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.cpp (+2, -0) (Diff)