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

Willian Padovani Germano wgermano at ig.com.br
Mon Apr 19 12:19:42 CEST 2004


ianwill (Willian Padovani Germano) 2004/04/19 12:19:42 CEST

  Modified files:
    blender/source/blender/python BPY_interface.c BPY_menus.c 
  
  Log:
  BPython:
  - Scripts that ended without an [eol] (end of line char) would give syntax errors when called from menus.
    Now all loaded menu scripts have '\\n\\0' appended to them, not only '\\0' as before.
  
  - bug #1146: Kester reported a Valgrind warning, should be fixed now.
  
  Revision  Changes    Path
  1.39      +2 -1      blender/source/blender/python/BPY_interface.c
  1.10      +2 -2      blender/source/blender/python/BPY_menus.c



More information about the Bf-blender-cvs mailing list