ABX/testdata/myproject/Episodes/A.001-Pilot/A.001-Pilot.yaml
Film Freedom Project 2b3f66baf4
Add files via upload
Initial commit of ABX development sources. The abx package itself is in the abx folder. The MakeAddOnZip.py script creates the archive to install into Blender in the pkg folder. The tests folder contains unit tests which require the contents of testdata as fixtures.
2021-05-17 14:24:14 -05:00

31 lines
761 B
YAML

# Episode definitions and metadata
---
project_unit:
- rank: episode
code: 001
name: Pilot
sequences:
- ZP
- OP
- LP
# Override alphabetical order for subunits.
schema:
delimiter: '-'
# Go back to the default field separator for things under episode
#
# So it'll actually parse like this:
#
# A.001-LP-1-BeginningOfEnd-anim.txt
#
# (A, 001-LP-1-BeginningOfEnd-anim, txt)
# (A, (001, LP, 1, BeginningOfEnd, anim), txt)
#
# Not sure I'm happy about the filetype being cutoff at the top level
#
definitions:
render_root: 'Episodes/A.001-Pilot/Renders' # Relative to project_root!