Skip to content
Snippets Groups Projects
Commit 6aa147d1 authored by lijenstina's avatar lijenstina
Browse files

UI Classes Overview: Add the new wiki page link

Small update, link the new wiki page in the bl_info
parent 43e4b07b
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,8 @@ bl_info = { ...@@ -26,7 +26,8 @@ bl_info = {
"location": "Text Editor > Properties", "location": "Text Editor > Properties",
"description": "Print the UI classes in a text-block", "description": "Print the UI classes in a text-block",
"warning": "", "warning": "",
"wiki_url": "", "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
"Py/Scripts/Development/Classes_Overview",
"category": "Development" "category": "Development"
} }
...@@ -132,7 +133,8 @@ class TEXT_OT_ui_cheat_sheet(Operator): ...@@ -132,7 +133,8 @@ class TEXT_OT_ui_cheat_sheet(Operator):
return {'FINISHED'} return {'FINISHED'}
except: except:
self.report({'WARNING'}, "Failure to write the UI list (Check the console for more info)") self.report({'WARNING'},
"Failure to write the UI list (Check the console for more info)")
import traceback import traceback
traceback.print_exc() traceback.print_exc()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment