Blender Git Commit Log

Git Commits -> Revision 4aa28f1

Revision 4aa28f1 by Ken Hughes (master)
April 21, 2006, 20:27 (GMT)


===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.

Commit Details:

Full Hash: 4aa28f13f4f2293d0e221239c8a848cc6ae8fbb1
SVN Revision: 7290
Parent Commit: 6386804
Lines Changed: +2366, -1285

2 Added Paths:

/source/blender/python/api2_2x/doc/BezTriple.py (+94, -0) (View)
/source/blender/python/api2_2x/doc/IpoCurve.py (+223, -0) (View)

6 Modified Paths:

/source/blender/python/api2_2x/doc/API_intro.py (+2, -0) (Diff)
/source/blender/python/api2_2x/doc/Ipo.py (+208, -260) (Diff)
/source/blender/python/api2_2x/Ipo.c (+1310, -738) (Diff)
/source/blender/python/api2_2x/Ipo.h (+2, -0) (Diff)
/source/blender/python/api2_2x/Ipocurve.c (+526, -287) (Diff)
/source/blender/python/api2_2x/Ipocurve.h (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021