Blender Git Loki
Git Commits -> Revision ded03e3
Revision ded03e3 by Tamito Kajiyama (master) March 29, 2009, 21:00 (GMT) |
* Added BPy_Chain_from_Chain_ptr(). * Changed BPy_CurvePoint_from_CurvePoint( CurvePoint& cp ) to BPy_CurvePoint_from_CurvePoint_ptr( CurvePoint *cp ) so that it retains a CurvePoint pointer instead of a CurvePoint instance. |
Commit Details:
Full Hash: ded03e34bf9a989f1ee4e0fe3e3f26f839394299
SVN Revision: 19456
Parent Commit: 6dfcbf1
Lines Changed: +17, -3