* Fix - list of arguments must be provided differently
Targets could be a list, original implementation pushed it as a comma separated, it must be separated by space for click to understand.
* Fix - split by space
targets might come as a tuple from command line
* Fix - better providing of arguments
* Revert "Fix - split by space"
This reverts commit 23884ac1c544e2d8003d82423a0da8b83821d426.
* expand userpaths set in executables list
* Update logic for searching executable with expanduser
---------
Co-authored-by: Petr Kalis <petr.kalis@gmail.com>
* have the addons loading respect a custom AYON_ADDONS_DIR
* Update openpype/modules/base.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
---------
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* added powershell script to build using docker
* fix empty variant
* make sure build folder exists
* added docker_build.ps1 to readme
* Tweaked readme to include reason for docker_build.ps1
---------
Co-authored-by: Petr Kalis <petr.kalis@gmail.com>
* Changed test zip file location
* Updated tests and updated Unreal plugin
Unreal plugin was previously ejected into general one, which was later removed as unnecessary. In Unreal plugin were kept fixed bugs from general one (slate issue, better name pattern for clique)
* Updated raised exception type
* Fix optional support
* Query deadline only once per url
* Report both pools if both are invalid instead of only primary pool
* Fix formatting in UI
* Re-use existing implementation of `requests_get`
* Cosmetics
* Cache deadline url responses to avoid the need of request per instance
* Only format error message when needed + convert to `KnownPublishError`
* Allow deadline url per instance, similar to `ValidateDeadlineConnections`
* Tweak grammar/readability
* Fix title
* Remove instance data from right side in Publish report since it's available in logs