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

Yann Vernier yann at algonet.se
Tue Dec 27 16:28:10 CET 2005


lonetech (Yann Vernier) 2005/12/27 16:28:09 CET

  Modified files:
    blender/source/blender/python/api2_2x gen_utils.c 
  
  Log:
  Fix crash in EXPP_(int|obj)Error. These functions are redundant;
  they only differ by return type, so it's easier to just call
  PyErr_Format and return appropriately.
  
  Revision  Changes    Path
  1.41      +9 -7      blender/source/blender/python/api2_2x/gen_utils.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/python/api2_2x/gen_utils.c.diff?r1=1.40&r2=1.41&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list