Blender Git Loki
Git Commits -> Revision f3c5206
Revision f3c5206 by Willian Padovani Germano (master) January 16, 2004, 23:40 (GMT) |
Scripts menus: -- added re-eval entry to Scripts Win -> Scripts menu -- added it also as a button at Info Win -> File Paths, Python path -- updated bpymenus code: added 'Blender' tag, for version; made a .Bpymenus file be written only if there's actual data to save made file->export menu open a scriptspace only if none is available already -- bug fixes (bugs 866 and 879, related) for linking and sharing mesh data: http://projects.blender.org/tracker/?func=detail&atid=125&aid=866&group_id=9 http://projects.blender.org/tracker/?func=detail&atid=125&aid=879&group_id=9 |
Commit Details:
Full Hash: f3c5206b717a9b2d6b78344e92277f6f58f24229
SVN Revision: 1946
Parent Commit: 24c43b8
Lines Changed: +108, -53
10 Modified Paths:
/source/blender/include/blendef.h (+1, -0) (Diff)
/source/blender/python/api2_2x/NMesh.c (+13, -13) (Diff)
/source/blender/python/api2_2x/Object.c (+7, -10) (Diff)
/source/blender/python/BPY_interface.c (+1, -1) (Diff)
/source/blender/python/BPY_menus.c (+47, -24) (Diff)
/source/blender/python/BPY_menus.h (+2, -1) (Diff)
/source/blender/src/headerbuttons.c (+6, -0) (Diff)
/source/blender/src/header_info.c (+2, -1) (Diff)
/source/blender/src/header_script.c (+24, -1) (Diff)
/source/blender/src/space.c (+5, -2) (Diff)
/source/blender/python/api2_2x/NMesh.c (+13, -13) (Diff)
/source/blender/python/api2_2x/Object.c (+7, -10) (Diff)
/source/blender/python/BPY_interface.c (+1, -1) (Diff)
/source/blender/python/BPY_menus.c (+47, -24) (Diff)
/source/blender/python/BPY_menus.h (+2, -1) (Diff)
/source/blender/src/headerbuttons.c (+6, -0) (Diff)
/source/blender/src/header_info.c (+2, -1) (Diff)
/source/blender/src/header_script.c (+24, -1) (Diff)
/source/blender/src/space.c (+5, -2) (Diff)