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

Willian Padovani Germano wgermano at ig.com.br
Wed Apr 21 16:24:59 CEST 2004


ianwill (Willian Padovani Germano) 2004/04/21 16:24:59 CEST

  Modified files:
    blender/source/blender/python/api2_2x Blender.c 
  
  Log:
  BPython:
  - Michel's linux test builds with Python 2.3.x were crashing.  This of course shouldn't happen even when Python isn't installed in the system.  The problem was much probably some uninitialized internal type needed by the Mathutils module and the "fix" is stupid.
  
  Moving the registration of Mathutils module in Blender.c to the end of the list solves the crash here.
  
  Revision  Changes    Path
  1.31      +1 -1      blender/source/blender/python/api2_2x/Blender.c



More information about the Bf-blender-cvs mailing list