Add System Info function to the Help menu.

Users can use this to quickly get info about their system for bug reports.
This commit is contained in:
Nathan Letwory
2010-10-16 17:26:40 +00:00
parent ac03fbe4c9
commit d170a959d2
3 changed files with 113 additions and 0 deletions

View File

@@ -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()