Panel experiment

This commit is contained in:
Jamie Hardt
2020-09-26 16:53:58 -07:00
parent f5cf640542
commit 06ec60f519

View File

@@ -19,9 +19,10 @@ class SoundObjectAttachmentPanel(bpy.types.Panel):
bl_idname = "OBJECT_PT_sound_object_attachment_panel" bl_idname = "OBJECT_PT_sound_object_attachment_panel"
bl_space_type = "VIEW_3D" bl_space_type = "VIEW_3D"
bl_label = "Attach Sounds" bl_label = "Attach Sounds"
bl_region_type = "TOOLS" bl_region_type = "UI"
#bl_category = "Tool" bl_category = "Tools"
bl_context = "object" bl_context = "object"
bl_options = {"DEFAULT_CLOSED"}
def draw(self, context): def draw(self, context):
self.layout.label(text="Attach Sounds") self.layout.label(text="Attach Sounds")