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

Ton Roosendaal ton at blender.org
Fri Oct 28 15:51:08 CEST 2005


ton (Ton Roosendaal) 2005/10/28 15:51:08 CEST

  Modified files:
    blender/source/blender/python/api2_2x Blender.c Mesh.c 
  
  Log:
  Error in creating Python dict for new Mesh API.
  It was calling PyModule_AddObject() with unassigned pointer. Crashed on
  exit here (python 2.3.2). Weird thing was that python 2.3.5 didnt complain
  
  CVSr ----------------------------------------------------------------------
  
  Revision  Changes    Path
  1.70      +2 -2      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.69&r2=1.70&cvsroot=bf-blender>
  1.13      +3 -4      blender/source/blender/python/api2_2x/Mesh.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/Mesh.c.diff?r1=1.12&r2=1.13&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list