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

2 Modified Paths:

/source/blender/python/api2_2x/BezTriple.c (+38, -8) (Diff)
/source/blender/python/api2_2x/doc/Ipo.py (+6, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021