More implementation of Pro Tools

This commit is contained in:
2025-11-07 15:30:15 -08:00
parent b506fd83de
commit c11524c596
2 changed files with 65 additions and 6 deletions

View File

@@ -30,6 +30,7 @@ class SendToProTools(bpy.types.Operator):
return wm.invoke_props_dialog(self, confirm_text="Send to Pro Tools")
def execute(self, context) -> set:
print("Execute called...")
if pro_tools.send_to_pro_tools(
filter_speakers(context.selected_objects),
self.room_size):