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

Johnny Matthews johnny.matthews at gmail.com
Wed Oct 26 18:30:50 CEST 2005


guitargeek (Johnny Matthews ) 2005/10/26 18:30:50 CEST

  Modified files:
    blender/source/blender/python/api2_2x Ipocurve.c Ipocurve.h 
                                          Key.c 
    blender/source/blender/python/api2_2x/doc Ipo.py Key.py 
  
  Log:
  Python API Additions
  
  New
  Ipo Drivers access in IpoCurve
  key.getChannelIpo(index) returns the ipocurve of a given shape index
  
  Docs included for usage :)
  
  Revision  Changes    Path
  1.29      +206 -54   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.28&r2=1.29&cvsroot=bf-blender>
  1.11      +2 -2      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.10&r2=1.11&cvsroot=bf-blender>
  1.4       +304 -84   blender/source/blender/python/api2_2x/Key.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Key.c.diff?r1=1.3&r2=1.4&cvsroot=bf-blender>
  1.28      +19 -0     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.27&r2=1.28&cvsroot=bf-blender>
  1.3       +51 -44    blender/source/blender/python/api2_2x/doc/Key.py
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/doc/Key.py.diff?r1=1.2&r2=1.3&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list