
Additions to the documentation: - Page for collecting custom job types, with multi-pass job type. - BAT Pack Error Message solution on Windows. - Clarificationof two-way variable usage in jobs. Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104202
23 lines
732 B
Markdown
23 lines
732 B
Markdown
---
|
|
title: Available Third-Party Jobs
|
|
weight: 1
|
|
---
|
|
|
|
This section contains third-party jobs for Flamenco submitted by the community.
|
|
|
|
If you wish to contribute you might consider joining our
|
|
[Blender Chat channel][flamencochannel] and chime-in there.
|
|
|
|
## How can I create my own Job?
|
|
|
|
Check how to create a custom job in our [Job Types][jobtypes] section.
|
|
|
|
It's recommended to use the [built-in scripts][built-in-scripts] as examples and build from there.
|
|
|
|
## Third-Party Job List
|
|
{{< flamenco/toc-children >}}
|
|
|
|
[jobtypes]: {{< ref "usage/job-types" >}}
|
|
[built-in-scripts]: https://projects.blender.org/studio/flamenco/src/branch/main/internal/manager/job_compilers/scripts
|
|
[flamencochannel]: https://blender.chat/channel/flamenco
|