Blender Git Loki
Git Commits -> Revision 1ee8038
Revision 1ee8038 by Brecht Van Lommel (master) July 23, 2009, 21:35 (GMT) |
2.5: Top Menu * Clean up File menu, added back recover last session op. * .blend compress now behaves a bit different, previously it would only respect the user preference. Now it saves existing files the same way they are saved, and new files following the user preference. The save operator has a Compress toggle in the file browser left panels now. * Add menu working again, some fixes to make these operators work outside the 3d view were needed. * Timeline menu removed, its contents will be moved to the timeline header menus. * Game menu can now start game, changed the start game op to choose another 3d view if none is available. * Render menu has a few items now. * Help menu contains a few links again. |
Commit Details:
Full Hash: 1ee8038e41f2daf3aaac40e58d7cdc416d2af35d
SVN Revision: 21828
Parent Commit: 0bb5059
Lines Changed: +271, -57
11 Modified Paths:
/release/ui/space_info.py (+126, -17) (Diff)
/source/blender/editors/curve/editcurve.c (+4, -2) (Diff)
/source/blender/editors/object/object_edit.c (+3, -2) (Diff)
/source/blender/editors/screen/screen_context.c (+1, -1) (Diff)
/source/blender/editors/screen/screen_ops.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+30, -3) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+9, -5) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+94, -23) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -1) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+1, -2) (Diff)
/source/blender/editors/curve/editcurve.c (+4, -2) (Diff)
/source/blender/editors/object/object_edit.c (+3, -2) (Diff)
/source/blender/editors/screen/screen_context.c (+1, -1) (Diff)
/source/blender/editors/screen/screen_ops.c (+1, -0) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+30, -3) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+9, -5) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+94, -23) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -1) (Diff)
/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp (+1, -2) (Diff)