ayon-core/openpype/hosts/webpublisher
Petr Kalis cca689e48f
Webpublisher - headless publish shouldn't be blocking operation (#5177)
* OP-6239 - headless publish from webpublisher shouldn't be blocking

subprocess.call is blocking, which resulted in UI non responsiveness as it was waiting for publish to finish.

* OP-6239 - revert of typo
2023-06-22 20:17:56 +02:00
..
api implement webpublisher host with HostBase 2022-08-25 16:41:56 +02:00
plugins/publish OP-4394 - Hound 2022-11-16 14:51:10 +01:00
webserver_service Webpublisher - headless publish shouldn't be blocking operation (#5177) 2023-06-22 20:17:56 +02:00
__init__.py implemented webpublish addon 2022-08-25 16:32:46 +02:00
addon.py change imports in hosts 2022-11-03 16:27:38 +01:00
lib.py Just some grammar tweaks 2023-03-30 13:59:22 +02:00
publish_functions.py renamed 'cli_functions' to 'publish_functions' 2022-08-25 17:58:09 +02:00
README.md Webpublisher - backend - added webpublisher host 2021-07-27 18:47:15 +02:00

Webpublisher

Plugins meant for processing of Webpublisher.

Gets triggered by calling openpype.cli.remotepublish with appropriate arguments.