I was wondering if its feasible to create a default asset that will be loaded by the Launch Maya Action?
For example: a user chooses the Maya Action from ftrack-connect and it launches Maya, but there is no asset on disk, so we'd need to create a default .mb file with something in it.
After poking around the docs and ftrack-connect code, I'm thinking that perhaps the best way to achieve this would be to issue an event, for example, "my-custom-event". I'd have an event listener for this event and the handler could script the generation of the .mb file?