
The flamenco.io website moves to flamenco.blender.org! This commit updates the Makefile as follows: - Rename 'site' to 'project-website', so the new command to deploy is 'make project-website' - Move the website directory from 'flamenco-io-site' to 'project-website' - Update the rsync command do reflect the new deployment destination
18 lines
488 B
Markdown
18 lines
488 B
Markdown
---
|
|
title: Job Compiler Scripts
|
|
weight: 10
|
|
---
|
|
|
|
TODO: write this :)
|
|
|
|
## Task Types
|
|
|
|
The following task types are defined by the standard job compiler scripts:
|
|
|
|
- `blender`: any task that runs Blender.
|
|
- `ffmpeg`: any task that runs FFmpeg.
|
|
- `file-management`: moving or copying files, creating directories, moving old
|
|
renders out of the way to make place for new ones, etc.
|
|
- `misc`: tasks mostly used for testing things, such as "log a debug message" or
|
|
"do nothing for 5 seconds".
|