Panel experiment

This commit is contained in:
Jamie Hardt
2020-09-26 16:45:44 -07:00
parent 6054715931
commit 80289d5142

View File

@@ -14,6 +14,7 @@ bl_info = {
"category": "Import-Export" "category": "Import-Export"
} }
class SoundObjectAttachmentPanel(bpy.types.Panel): 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"