===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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user