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:
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"