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_dolly_crane_rigs.py')
-rw-r--r--camera_dolly_crane_rigs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/camera_dolly_crane_rigs.py b/camera_dolly_crane_rigs.py
index 8175ac3f..16443675 100644
--- a/camera_dolly_crane_rigs.py
+++ b/camera_dolly_crane_rigs.py
@@ -754,6 +754,7 @@ def build_crane_rig(context):
# This is the UI for the Dolly Camera Rig
# =========================================================================
class DollyCameraUI(Panel):
+ bl_idname = "CAMERA_DOLLY_PT_ui"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_label = "Dolly Camera UI"
@@ -819,6 +820,7 @@ class DollyCameraUI(Panel):
# This is the UI for the Crane Rig Camera
# =========================================================================
class CraneCameraUI(Panel):
+ bl_idname = "CAMERA_CRANE_PT_ui"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_label = "Crane Camera UI"