ayon-core/openpype/hosts/webpublisher
Petr Kalis f35b3508ea
Fix of no_of_frames (#5819)
If it throws exception, no_of_frames wont be available.
This approach is used to limit need to decide if published file is image or video-like. Hopefully exception is fast enough and would be still necessary for rare cases of weird video-likes files.
2023-10-25 17:45:23 +02:00
..
api implement webpublisher host with HostBase 2022-08-25 16:41:56 +02:00
plugins/publish Fix of no_of_frames (#5819) 2023-10-25 17:45:23 +02:00
webserver_service Webpublisher: better encode list values for click (#5546) 2023-08-31 11:39:07 +02:00
__init__.py implemented webpublish addon 2022-08-25 16:32:46 +02:00
addon.py Webpublisher: Self contain test publish logic (#5414) 2023-08-07 16:53:09 +02:00
lib.py Webpublisher: Cleanup targets (#5418) 2023-08-08 11:36:16 +02:00
publish_functions.py Webpublisher: Cleanup targets (#5418) 2023-08-08 11:36:16 +02:00
README.md Webpublisher: Cleanup targets (#5418) 2023-08-08 11:36:16 +02:00

Webpublisher

Plugins meant for processing of Webpublisher.

Gets triggered by calling openpype_console modules webpublisher publish with appropriate arguments.