Blender Git Commit Log
Git Commits -> Revision 9cabf31
Revision 9cabf31 by Stephen Swaney (master) April 7, 2004, 22:42 (GMT) |
fix for bug #1115 This was a problem with the BezTriple type. Write access to BezTriple via 'pt' member did not work. Preferred method to access BPy type members, especially for write access, is via get*/set* methods. BezTriple.setPoints() will accept x,y coordinates as either a tuple or a list. Updated BezTriple section of Ipo module doc. |
Commit Details:
Full Hash: 9cabf31ebc7a27173b527aaad80bfe6140fe3d5b
SVN Revision: 2269
Parent Commit: a93a696
Lines Changed: +44, -14