Add a "Save user settings" operator entry in the File menu, avoids having to open User Preferences to save layout changes.

This commit is contained in:
Elia Sarti
2010-11-09 07:49:15 +00:00
parent 5cf7699abf
commit 1b513838a8

View File

@@ -97,6 +97,7 @@ class INFO_MT_file(bpy.types.Menu):
layout.operator("screen.userpref_show", text="User Preferences...", icon='PREFERENCES')
layout.operator_context = 'EXEC_AREA'
layout.operator("wm.save_homefile")
layout.operator("wm.read_factory_settings")
layout.separator()