[Bf-blender-cvs] CVS commit: blender/source/blender/python/api2_2x Ipocurve.c Object.c

Michel Selten michel.s at home.nl
Fri Apr 2 20:38:39 CEST 2004


michel (Michel Selten) 2004/04/02 20:38:39 CEST

  Modified files:
    blender/source/blender/python/api2_2x Ipocurve.c Object.c 
  
  Log:
  Python API fixes. Provided by Anders Nilsson (breakin)
  * Typo fixed in IpoCurve_getInterpolation.
    'Bonstant' was used, while 'Constant' is what we want.
  * IpoCurve.getName now also returns curve names for action-IPOs.
  
  * Update to the Object module:
    Added obj.getTimeOffset() and obj.setTimeOffset() methods
  
  Anders Nilsson has promissed me to provide some updated Python API docs :)
  
  Revision  Changes    Path
  1.13      +43 -20    blender/source/blender/python/api2_2x/Ipocurve.c
  1.64      +33 -0     blender/source/blender/python/api2_2x/Object.c



More information about the Bf-blender-cvs mailing list