This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python
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-27 03:34:16 +00:00
2004-01-05 00:06:11 +00:00
2004-04-03 15:10:17 +00:00