Files
ayon-matrix-publish/server/ayon_matrix_publish/__init__.py
T
Hermes 222ad10ded Initial commit: AYON Matrix Publish addon
- package.py: addon manifest (v0.1.0)
- server/__init__.py: BaseServerAddon definition
- server/ayon_matrix_publish/plugins/publish/integrate_matrix.py:
  Pyblish plugin that uploads published representations to Matrix
  rooms during the Integration stage. Supports:
  - Upload to Matrix content repository (mxc:// URI)
  - Formatted messages with preview images
  - Auto room creation per asset
  - Configurable via Studio Settings or env vars
- create_package.py: builds distributable .zip package
2026-06-06 13:51:31 +00:00

3 lines
82 B
Python

# -*- coding: utf-8 -*-
"""Matrix Publish addon — server and client package."""