Panel experiment
This commit is contained in:
@@ -19,7 +19,8 @@ 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 = "WINDOW"
|
bl_region_type = "UI"
|
||||||
|
bl_category = "Tool"
|
||||||
bl_context = "object"
|
bl_context = "object"
|
||||||
|
|
||||||
def draw(self, context):
|
def draw(self, context):
|
||||||
|
|||||||
Reference in New Issue
Block a user