===Python API===

New Ipo and IpoCurve API.  Ipo and IpoCurve objects support the [] operator,
for accessing the curves of a particular Ipo and for accessing the value
of an IpoCurve at a specific time.  Both modules were also "tp_getset"-ified.
Also, code for an alternative method (Antont wanted this) of accessing curves
via Ipo attributes is included for now, for people to try and see if it's
actually preferable to the Ipo [] operator.

These are all new additions; nothing was intentionally removed from the API.
If you find the something in the existing API has changed, let me know.
This commit is contained in:
Ken Hughes
2006-04-21 20:27:52 +00:00
parent 63868046f4
commit 4aa28f13f4
8 changed files with 2402 additions and 1321 deletions

View File

@@ -15,6 +15,7 @@ The Blender Python API Reference
-----------
- L{Armature}
- L{NLA}
- L{BezTriple}
- L{BGL}
- L{Camera}
- L{Curve}
@@ -23,6 +24,7 @@ The Blender Python API Reference
- L{Group} (*)
- L{Image}
- L{Ipo}
- L{IpoCurve}
- L{Key} (*)
- L{Lamp}
- L{Lattice}