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

Willian Padovani Germano wgermano at ig.com.br
Sat Jan 3 04:50:58 CET 2004


ianwill (Willian Padovani Germano) 2004/01/03 04:50:58 CET

  Modified files:
    blender/source/blender/python/api2_2x Ipocurve.c Types.c 
                                          Types.h 
    blender/source/blender/python/api2_2x/doc Object.py 
  
  Log:
  BPython:
  - Fixed small typo in doc file Object.py, reported by user Bill.
  - Fixed bug #803:
  
  Bug #803's Summary: print, type() or BezTriple broken
  
  Trying to print type(BezTriple) was crashing Blender because
  that type wasn't being initialized to PyType_Type. The other
  problem is that the getName method for ipocurves only works for
  object ipos.  A warning was added for when users try to use it
  with other blocktypes,  we'll later update ipo related stuff in
  bpython to work for all types.
  
  Revision  Changes    Path
  1.10      +4 -0      blender/source/blender/python/api2_2x/Ipocurve.c
  1.10      +2 -0      blender/source/blender/python/api2_2x/Types.c
  1.7       +1 -1      blender/source/blender/python/api2_2x/Types.h
  1.11      +1 -1      blender/source/blender/python/api2_2x/doc/Object.py



More information about the Bf-blender-cvs mailing list