I am trying to build a custom Qt tool which uses the ayon_console.exe underneath on Windows to launch software with the correct Ayon context and all addons and settings same way we would through the GUI.
Am getting the below error
openpype.lib.applications.ApplicationNotFound: Application "C:\Program Files\Nuke14.1v4\Nuke14.1.exe" was not found.
âasset argument is a shot number. I have tried all variations of the --app argument, i.e., nuke, nuke14.1, Nuke14.1, 14.1. Where does it take this value from. Even checked Studio Settings>Applications on the server.
The app argument is the full app name from the settings, that is the application group and its variant, so would be along the lines of nuke/15-0
So thatâs the application group nuke and the name of the variant 15-0 joined by /.
What in the current launcher design makes you want to design your own Qt launcher regardless of it?
From a code perspective you could also just use the AYON apis and libraries. Some of the logic here may help you out how to build up the environment and retrieve the executable to run.
Currently, the launcher shows shows all folders and their corresponding tasks. Looking for a way to filter current userâs tasks. Was looking to develop a âMy Tasksâ Qt and add to the Ayon tray. Is there any existing way to accomplish this?
Thank you.
@BigRoy Could you share some examples of how to use the cli. Canât find the entry point for it. My use case is just to launch in a specified context same as in the GUI.