Files
test/source
Stephen Swaney 9cabf31ebc 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.
2004-04-07 22:42:02 +00:00
..
2004-04-07 22:42:02 +00:00
2004-03-31 04:18:39 +00:00
2004-01-05 00:06:11 +00:00
2004-02-29 21:40:48 +00:00
2004-04-04 15:33:18 +00:00
2003-12-07 19:03:43 +00:00
2004-02-24 20:03:27 +00:00