[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Ipo.c Ipo.h Ipocurve.c Ipocurve.h blender/source/blender/python/api2_2x/doc IpoCurve.py BezTriple.py API_intro.py Ipo.py

Ken Hughes khughes at pacific.edu
Fri Apr 21 22:27:53 CEST 2006


khughes (Ken Hughes) 2006/04/21 22:27:53 CEST

  Modified files:
    blender/source/blender/python/api2_2x Ipo.c Ipo.h Ipocurve.c 
                                          Ipocurve.h 
    blender/source/blender/python/api2_2x/doc API_intro.py Ipo.py 
  Added files:
    blender/source/blender/python/api2_2x/doc IpoCurve.py 
                                              BezTriple.py 
  
  Log:
  ===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.
  
  Revision  Changes    Path
  1.50      +1310 -738 blender/source/blender/python/api2_2x/Ipo.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Ipo.c.diff?r1=1.49&r2=1.50&cvsroot=bf-blender>
  1.15      +3 -1      blender/source/blender/python/api2_2x/Ipo.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Ipo.h.diff?r1=1.14&r2=1.15&cvsroot=bf-blender>
  1.35      +527 -288  blender/source/blender/python/api2_2x/Ipocurve.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Ipocurve.c.diff?r1=1.34&r2=1.35&cvsroot=bf-blender>
  1.12      +2 -1      blender/source/blender/python/api2_2x/Ipocurve.h
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Ipocurve.h.diff?r1=1.11&r2=1.12&cvsroot=bf-blender>
  1.30      +2 -0      blender/source/blender/python/api2_2x/doc/API_intro.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/API_intro.py.diff?r1=1.29&r2=1.30&cvsroot=bf-blender>
  1.37      +208 -260  blender/source/blender/python/api2_2x/doc/Ipo.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Ipo.py.diff?r1=1.36&r2=1.37&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list