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"