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

Ken Hughes khughes at pacific.edu
Tue Dec 26 20:13:13 CET 2006


khughes (Ken Hughes) 2006/12/26 20:13:13 CET

  Modified files:
    blender/source/blender/python/api2_2x Blender.c 
  
  Log:
  Python API
  ----------
  Bugfix for at least one annoying "DeprecationWarning: integer argument
  expected, got float" followed by garbage printed to the console.  The message
  happens when PyArg_Parse() is called to parse an integer but is passed a
  float.  This happens in a few other places, bun unfortunately I can't fix
  them all right now.
  
  Revision  Changes    Path
  1.92      +9 -10     blender/source/blender/python/api2_2x/Blender.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Blender.c.diff?r1=1.91&r2=1.92&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list