Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/startup/bl_ui/space_info.py
| Context not available. | |||||
| layout.operator("wm.read_homefile", text="New", icon='NEW') | layout.operator("wm.read_homefile", text="New", icon='NEW') | ||||
| layout.operator("wm.open_mainfile", text="Open...", icon='FILE_FOLDER') | layout.operator("wm.open_mainfile", text="Open...", icon='FILE_FOLDER') | ||||
| layout.menu("INFO_MT_file_open_recent", icon='OPEN_RECENT') | layout.menu("INFO_MT_file_open_recent", icon='OPEN_RECENT') | ||||
| layout.operator("wm.revert_mainfile", icon='FILE_REFRESH') | |||||
| layout.operator("wm.recover_last_session", icon='RECOVER_LAST') | layout.operator("wm.recover_last_session", icon='RECOVER_LAST') | ||||
| layout.operator("wm.recover_auto_save", text="Recover Auto Save...", icon='RECOVER_AUTO') | layout.operator("wm.recover_auto_save", text="Recover Auto Save...", icon='RECOVER_AUTO') | ||||
| Context not available. | |||||