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 'camera_turnaround.py')
-rw-r--r--camera_turnaround.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/camera_turnaround.py b/camera_turnaround.py
index afae29e5..d1a27e98 100644
--- a/camera_turnaround.py
+++ b/camera_turnaround.py
@@ -262,6 +262,7 @@ class CameraTurnProps(PropertyGroup):
# UI Class
# ------------------------------------------------------
class PanelUI(Panel):
+ bl_idname = "CAMERA_TURN_PT_main"
bl_label = "Turnaround Camera"
bl_space_type = "VIEW_3D"
bl_region_type = "TOOLS"