ayon-core/openpype/hosts/webpublisher
Jakub Trllo 7e9f42b447
Applications: Use prelaunch hooks to extract environments (#5387)
* 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
2023-08-03 10:04:15 +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 Applications: Use prelaunch hooks to extract environments (#5387) 2023-08-03 10:04:15 +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.