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

Stephen Swaney sswaney at centurytel.net
Fri Dec 17 18:34:51 CET 2004


stiv (Stephen Swaney) 2004/12/17 18:34:51 CET

  Modified files:
    blender/source/blender/python/api2_2x Ipo.c 
    blender/source/blender/python/api2_2x/doc Ipo.py 
  
  Log:
  bugfix: #2025  getCurveBP (and others) segfault
  
  This method is now unsupported.  The original intent appears to
  return the first BPoint of an Ipo curve.  However, BPoint Ipo curves
  are not implemented and the first point therefore never existed.
  
  The segfault was from an unchecked input parameter.
  
  Calling this method now always throws a NotImplemented exception.
  
  Revision  Changes    Path
  1.33      +19 -1     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.32&r2=1.33&cvsroot=bf-blender>
  1.22      +4 -6      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.21&r2=1.22&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list