2b3f66baf4
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.
31 lines
761 B
YAML
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!
|
|
|