projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0daa9ec
)
* Script wasn't updated after "Load Factory Settings" Operator decoupling.
author
Thomas Dinges <blender@dingto.org>
Sat, 2 Oct 2010 16:19:33 +0000
(16:19 +0000)
committer
Thomas Dinges <blender@dingto.org>
Sat, 2 Oct 2010 16:19:33 +0000
(16:19 +0000)
release/scripts/ui/space_info.py
patch
|
blob
|
history
diff --git
a/release/scripts/ui/space_info.py
b/release/scripts/ui/space_info.py
index 42cef8da8fc00e85081a1b9dff9ad964ff848aaf..fb700104b14e154e472b8676ed790c1880181bad 100644
(file)
--- a/
release/scripts/ui/space_info.py
+++ b/
release/scripts/ui/space_info.py
@@
-97,7
+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.read_
homefile", text="Load Factory Settings").factory = True
+ layout.operator("wm.read_
factory_settings")
layout.separator()