Added splash screen item in the Help menu. Not sure why it wasn't there in the first place? It's used to get the revision number and if the intention was to add a more adequate "About" window it can be replaced later.

This commit is contained in:
Elia Sarti 2010-03-29 08:27:04 +00:00
parent 227baee3d4
commit 97e1c0289d

@ -309,6 +309,8 @@ class INFO_MT_help(bpy.types.Menu):
layout.separator()
layout.operator("help.python_api", icon='URL')
layout.operator("help.operator_cheat_sheet")
layout.separator()
layout.operator("wm.splash")
# Help operators