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 'btrace/bTrace_props.py')
-rw-r--r--btrace/bTrace_props.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/btrace/bTrace_props.py b/btrace/bTrace_props.py
index bff3b88f..70c57532 100644
--- a/btrace/bTrace_props.py
+++ b/btrace/bTrace_props.py
@@ -568,6 +568,7 @@ class TracerProperties(PropertyGroup):
# Draw Brush panel in Toolbar
class addTracerObjectPanel(Panel):
+ bl_idname = "BTRACE_PT_object_brush"
bl_label = "Btrace"
bl_space_type = "VIEW_3D"
bl_region_type = "TOOLS"