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

Stephen Swaney sswaney at swbell.net
Thu Apr 8 00:42:03 CEST 2004


stiv (Stephen Swaney) 2004/04/08 00:42:03 CEST

  Modified files:
    blender/source/blender/python/api2_2x BezTriple.c 
    blender/source/blender/python/api2_2x/doc Ipo.py 
  
  Log:
  fix for bug #1115
  This was a problem with the BezTriple type.
  Write access to BezTriple via 'pt' member did not work.
  
  Preferred method to access BPy type members, especially for
  write access, is via get*/set* methods.
  
  BezTriple.setPoints() will accept x,y coordinates as either
  a tuple or a list.
  
  Updated BezTriple section of Ipo module doc.
  
  Revision  Changes    Path
  1.8       +38 -8     blender/source/blender/python/api2_2x/BezTriple.c
  1.15      +6 -6      blender/source/blender/python/api2_2x/doc/Ipo.py



More information about the Bf-blender-cvs mailing list