diff --git a/sound_objects/__init__.py b/sound_objects/__init__.py index 02c110b..6ee8d32 100644 --- a/sound_objects/__init__.py +++ b/sound_objects/__init__.py @@ -20,7 +20,7 @@ class SoundObjectAttachmentPanel(bpy.types.Panel): bl_space_type = "VIEW_3D" bl_label = "Attach Sounds" bl_region_type = "TOOLS" - bl_category = "Tool" + #bl_category = "Tool" bl_context = "object" def draw(self, context):