More implementation of Pro Tools
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user