Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-09-02 12:33:06 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-09-02 12:33:06 +0300
commit131ea02a4c0cc0c245c39488113fbe4b433afdee (patch)
treef2d2bce6cebee2f3e6673e5a8205d7ad8e91f2bf /development_edit_operator.py
parentf4d6aad738ae8b368841aee77e0008480fe42f25 (diff)
Cleanup: quiet strict name warnings for addons a..h.
Diffstat (limited to 'development_edit_operator.py')
-rw-r--r--development_edit_operator.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/development_edit_operator.py b/development_edit_operator.py
index 3124146b..54d5424e 100644
--- a/development_edit_operator.py
+++ b/development_edit_operator.py
@@ -139,6 +139,7 @@ class EditOperator(Operator):
class EditOperatorPanel(Panel):
+ bl_idname = "DEVEDIT_PT_operator"
bl_space_type = 'TEXT_EDITOR'
bl_region_type = 'UI'
bl_label = "Edit Operator"