From 9ca9e0405edfd417fd633eb7f1970abd93654fda Mon Sep 17 00:00:00 2001 From: sus-unn <36620824+sus-unn@users.noreply.github.com> Date: Tue, 10 Apr 2018 22:22:02 +0900 Subject: [PATCH] Add bl_category for CameraCalibrationPanel - This will make new tab for blam. --- src/blam.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blam.py b/src/blam.py index 8b32c0e..9be746a 100644 --- a/src/blam.py +++ b/src/blam.py @@ -1521,6 +1521,7 @@ class CameraCalibrationPanel(bpy.types.Panel): ''' The GUI for the focal length and camera orientation functionality. ''' + bl_category = "blam" bl_label = "Static Camera Calibration" bl_space_type = "CLIP_EDITOR" bl_region_type = "TOOLS"