Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blender-addons
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blender
blender-addons
Commits
6aa147d1
Commit
6aa147d1
authored
8 years ago
by
lijenstina
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
development_ui_classes.py
+4
-2
4 additions, 2 deletions
development_ui_classes.py
with
4 additions
and
2 deletions
development_ui_classes.py
+
4
−
2
View file @
6aa147d1
...
@@ -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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment