[Bf-blender-cvs] CVS commit: blender/source/blender/python BPY_interface.c BPY_menus.c BPY_menus.h blender/source/blender/python/api2_2x NMesh.c NMesh.h blender/source/blender/python/api2_2x/doc Draw.py NMesh.py

Willian Padovani Germano wgermano at ig.com.br
Tue Jan 20 05:57:48 CET 2004


ianwill (Willian Padovani Germano) 2004/01/20 05:57:48 CET

  Modified files:
    blender/source/blender/python BPY_interface.c BPY_menus.c 
                                  BPY_menus.h 
    blender/source/blender/python/api2_2x NMesh.c NMesh.h 
    blender/source/blender/python/api2_2x/doc Draw.py NMesh.py 
  
  Log:
  Scripts in menus:
  - now the file .Bpymenus is in ~/.blender/, please delete the old one
  - both ~/.blender/scripts/ and (if set) user pref scripts dir are scanned for scripts
  - 2 scripts of the same group with the same name, one in each dir: user pref overwrites the other's entry
  - fixed the problem with trailing backslash, was my fault (used NULL instead of "/" for relbase in BLI_make_file_string
  - slightly changed msgs to be less verbose and parsing to be more forgiving
  - if a script registers with a wrong group, 'Misc' is used instead
  - 'Blender' tag is now checked, gives a warning (notice) msg if script is newer than Blender program
  
  Blender.NMesh module and doc:
  - added vertex.sel var to get/set selection state of vertex.
  
  Revision  Changes    Path
  1.31      +13 -2     blender/source/blender/python/BPY_interface.c
  1.5       +160 -78   blender/source/blender/python/BPY_menus.c
  1.3       +1 -0      blender/source/blender/python/BPY_menus.h
  1.36      +16 -8     blender/source/blender/python/api2_2x/NMesh.c
  1.22      +1 -0      blender/source/blender/python/api2_2x/NMesh.h
  1.5       +0 -2      blender/source/blender/python/api2_2x/doc/Draw.py
  1.17      +4 -0      blender/source/blender/python/api2_2x/doc/NMesh.py



More information about the Bf-blender-cvs mailing list