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

Daniel Dunbar daniel at zuster.org
Wed May 5 05:22:22 CEST 2004


zuster (Daniel Dunbar) 2004/05/05 05:22:22 CEST

  Modified files:
    blender/source/blender/python BPY_interface.c 
    blender/source/blender/python/api2_2x Bone.c 
  
  Log:
   - PyInt_AsLong() was called on a possibly NULL object, this may be
      a checked error but is no good anyway
   - Bone_dealloc free'd Blender's actual copy of the Bone! AGH!!!!
   - On syntax errors the python global dictionary was being free'd
      twice. AGH!!! again!
  
  Can someone from the Python team please audit this.
  
  Revision  Changes    Path
  1.43      +7 -2      blender/source/blender/python/BPY_interface.c
  1.17      +0 -1      blender/source/blender/python/api2_2x/Bone.c



More information about the Bf-blender-cvs mailing list