https://github.com/lucascheller/vfx-deadlinerepository
A set of scripts for the Deadline repository.
https://github.com/lucascheller/vfx-deadlinerepository
Last synced: about 1 year ago
JSON representation
A set of scripts for the Deadline repository.
- Host: GitHub
- URL: https://github.com/lucascheller/vfx-deadlinerepository
- Owner: LucaScheller
- License: apache-2.0
- Created: 2024-02-26T03:34:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T08:38:35.000Z (over 2 years ago)
- Last Synced: 2025-03-29T15:35:20.726Z (about 1 year ago)
- Language: Python
- Size: 104 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deadline Repository
This repository is still work in progress, please check back at a later time.
## Setup
This repository should be placed in your \/custom folder (or symlinked to be that folder).
## Features
### Deadline API (library/python/deadlineAPI)
A thin API layer wrapper around certain parts of the [Deadline Scripting Reference](https://docs.thinkboxsoftware.com/products/deadline/10.3/2_Scripting%20Reference/index.html) that:
- is 100% compatible, as it implements the same interface
- allows us to communicate with both the [Deadline Scripting Reference](https://docs.thinkboxsoftware.com/products/deadline/10.3/2_Scripting%20Reference/index.html) and the [Deadline Standalone Python Reference (Python Webservice API interface)](https://docs.thinkboxsoftware.com/products/deadline/10.3/3_Python%20Reference/index.html) simultaneously by being able to serialize our classes to either backend.
- defines our default job configuration as well as allows us to diff job configuration change sets.
- can be used to submit and modify existing jobs
Currently we wrap the following:
- Deadline.Jobs.Job