Blender Git Commit Log
Git Commits -> Revision 57b91dd
Revision 57b91dd by Willian Padovani Germano (master) January 20, 2004, 04:57 (GMT) |
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. |
Commit Details:
Full Hash: 57b91ddce887e097b1f1c7ca5f502c0ec2ffa084
SVN Revision: 1967
Parent Commit: 32fa243
Lines Changed: +195, -90
7 Modified Paths:
/source/blender/python/api2_2x/doc/Draw.py (+0, -2) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+4, -0) (Diff)
/source/blender/python/api2_2x/NMesh.c (+16, -8) (Diff)
/source/blender/python/api2_2x/NMesh.h (+1, -0) (Diff)
/source/blender/python/BPY_interface.c (+13, -2) (Diff)
/source/blender/python/BPY_menus.c (+160, -78) (Diff)
/source/blender/python/BPY_menus.h (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/NMesh.py (+4, -0) (Diff)
/source/blender/python/api2_2x/NMesh.c (+16, -8) (Diff)
/source/blender/python/api2_2x/NMesh.h (+1, -0) (Diff)
/source/blender/python/BPY_interface.c (+13, -2) (Diff)
/source/blender/python/BPY_menus.c (+160, -78) (Diff)
/source/blender/python/BPY_menus.h (+1, -0) (Diff)