* added helper classes to utils
* implemented base of ayon utils
* initial commit for launcher tool
* use image for extender
* actions are shown and can be triggered
* fix actions on finished refresh
* refresh automatically
* fix re-refreshing of projects model
* added page slide animation
* updated abstrack classes
* change how icon is prepared
* fix actions sorting
* show messages like in launcher tool
* do not clear items on refresh
* stop refresh timer only on close event
* use Ynput/AYON for local settings json
* register default actions in launcher action module
* change register naming
* move 'SquareButton' to utils widgets
* removed duplicated method
* removed unused variable
* removed unused import
* don't use lambda
* swap default name for 'OpenPypeSettingsRegistry'
* Change support version
Further logic expects that single item files will be only 'string' not 'list' (eg. repre["files"] = "abc.exr" not repre["files"] = ["abc.exr"].
This would cause an issue in ExtractReview later.
* Explicitly set Python3 for Harmony OP plugin
* Fix method call
Without it it would always return True
* Explicitly set render instance to farm
* Added Harmony 22 executable
This plugin might not be necessary anymore for current Harmonies (at least for 22 works original Harmony plugin in DL)
* Removed logging
* fix - remove explicit disabling of review
instance.data["review"] could be False only if review shouldn't be explicitly done. This is not possible in old publisher.
TODO must be implemented in NP.
* 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>
* 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
* remove remotepublish commands from cli
* use 'automated' target instead ot 'remotepublish'
* removed references to remotepublish
* added webpublish target
* use webpubish targets where automated does not make sense
* 'get_repre_icons' have optional sync server
* local settings have optional sync server
* sync server is optional in sceneinventory
* sync server is optional in loader tool
* sync server is optional in library loader
* sync server is optional in host dirmap
* sync server is optional in nuke cache
* sync server is optional in integrate plugin
* added "sync_server" back to ignored modules for openpype package
* fix missing variable
* mark syncserver command as deprecated
* define 'SYNC_SERVER_ROOT'
* added method to receive icon paths
* use sync server module to receive icons
* fix scene inventory
* ApplicationManager can have more granular way how applications are launched
* executable is optional to be able create ApplicationLaunchContext
* launch context can run prelaunch hooks without launching application
* 'get_app_environments_for_context' is using launch context to prepare environments
* added 'launch_type' as one of filtering options for LaunchHook
* added 'local' launch type filter to existing launch hooks
* define 'automated' launch type in remote publish function
* modified publish and extract environments cli commands
* launch types are only for local by default
* fix import
* fix launch types of global host data
* change order or kwargs
* change unreal filter attribute