https://github.com/ynput/ayon-djv
https://github.com/ynput/ayon-djv
addon ayon
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ynput/ayon-djv
- Owner: ynput
- License: apache-2.0
- Created: 2024-01-23T10:33:22.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-27T11:07:43.000Z (3 months ago)
- Last Synced: 2026-04-13T07:49:49.789Z (about 2 months ago)
- Topics: addon, ayon
- Language: Python
- Size: 889 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DJV addon for AYON
This addon adds action plugins to other AYON addons to launch DJV. The addon does not contain DJV executables, only allows you to set them up in the addon settings.
## Create package
To create addon package run `create_package.py` script in the root of repository.
```shell
python create_package.py
```
That will create `./package/djv-.zip` file which can be uploaded to AYON server.