Panel experiment

This commit is contained in:
Jamie Hardt
2020-09-26 16:52:22 -07:00
parent 19f53520a5
commit f5cf640542

View File

@@ -20,7 +20,7 @@ class SoundObjectAttachmentPanel(bpy.types.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 = "TOOLS"
bl_category = "Tool" #bl_category = "Tool"
bl_context = "object" bl_context = "object"
def draw(self, context): def draw(self, context):