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
5525d389
Commit
5525d389
authored
6 years ago
by
meta-androcto
Browse files
Options
Downloads
Patches
Plain Diff
IsKeyFree: Update to 2.8
parent
186357cc
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
development_iskeyfree.py
+3
-2
3 additions, 2 deletions
development_iskeyfree.py
with
3 additions
and
2 deletions
development_iskeyfree.py
+
3
−
2
View file @
5525d389
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
bl_info
=
{
bl_info
=
{
"
name
"
:
"
Is key Free
"
,
"
name
"
:
"
Is key Free
"
,
"
author
"
:
"
Antonio Vazquez (antonioya)
"
,
"
author
"
:
"
Antonio Vazquez (antonioya)
"
,
"
version
"
:
(
1
,
1
,
1
),
"
version
"
:
(
1
,
1
,
2
),
"
blender
"
:
(
2
,
69
,
0
),
"
blender
"
:
(
2
,
80
,
0
),
"
location
"
:
"
Text Editor > Props Shelf (Ctrl/t > IsKeyFree Tools
"
,
"
location
"
:
"
Text Editor > Props Shelf (Ctrl/t > IsKeyFree Tools
"
,
"
description
"
:
"
Find free shortcuts, inform about used and print a key list
"
,
"
description
"
:
"
Find free shortcuts, inform about used and print a key list
"
,
"
wiki_url
"
:
"
https://wiki.blender.org/index.php/Extensions:2.6
"
"
wiki_url
"
:
"
https://wiki.blender.org/index.php/Extensions:2.6
"
...
@@ -215,6 +215,7 @@ class UIControlPanel(Panel):
...
@@ -215,6 +215,7 @@ class UIControlPanel(Panel):
bl_space_type
=
"
TEXT_EDITOR
"
bl_space_type
=
"
TEXT_EDITOR
"
bl_region_type
=
"
UI
"
bl_region_type
=
"
UI
"
bl_label
=
"
Is Key Free
"
bl_label
=
"
Is Key Free
"
bl_category
=
'
Dev
'
# noinspection PyUnusedLocal
# noinspection PyUnusedLocal
def
draw
(
self
,
context
):
def
draw
(
self
,
context
):
...
...
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