Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-16 21:26:40 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-16 21:26:40 +0400
commitd170a959d20fda4d694919c9ffadc29cd211a323 (patch)
tree1b522c7e11774f138ff1addcd4a1d51de50c62b5 /release/scripts/ui/space_info.py
parentac03fbe4c9d836f7dffaf230a4019371b6f5874d (diff)
Add System Info function to the Help menu.
Users can use this to quickly get info about their system for bug reports.
Diffstat (limited to 'release/scripts/ui/space_info.py')
-rw-r--r--release/scripts/ui/space_info.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_info.py b/release/scripts/ui/space_info.py
index 7b3ea18fcf9..b0e8dbab0b3 100644
--- a/release/scripts/ui/space_info.py
+++ b/release/scripts/ui/space_info.py
@@ -345,6 +345,7 @@ class INFO_MT_help(bpy.types.Menu):
layout.separator()
layout.operator("wm.url_open", text="Python API Reference", icon='URL').url = "http://www.blender.org/documentation/blender_python_api_%s/contents.html" % "_".join(str(v) for v in bpy.app.version)
layout.operator("help.operator_cheat_sheet", icon='TEXT')
+ layout.operator("wm.sysinfo", icon='TEXT')
layout.separator()
layout.operator("anim.update_data_paths", text="FCurve/Driver 2.54 fix", icon='HELP')
layout.separator()