-
- Downloads
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.
Showing
- source/blender/python/BPY_interface.c 13 additions, 2 deletionssource/blender/python/BPY_interface.c
- source/blender/python/BPY_menus.c 160 additions, 78 deletionssource/blender/python/BPY_menus.c
- source/blender/python/BPY_menus.h 1 addition, 0 deletionssource/blender/python/BPY_menus.h
- source/blender/python/api2_2x/NMesh.c 16 additions, 8 deletionssource/blender/python/api2_2x/NMesh.c
- source/blender/python/api2_2x/NMesh.h 1 addition, 0 deletionssource/blender/python/api2_2x/NMesh.h
- source/blender/python/api2_2x/doc/Draw.py 0 additions, 2 deletionssource/blender/python/api2_2x/doc/Draw.py
- source/blender/python/api2_2x/doc/NMesh.py 4 additions, 0 deletionssource/blender/python/api2_2x/doc/NMesh.py
Loading
Please register or sign in to comment