ABX/testdata/myproject/Library/Library.yaml
filmfreedom-org 5e24e06796 Replaced parsers sub-package with parsers.py
After discovering that sub-packages in Blender add-ons don't work (this
seems to be very broken!), I replaced the parsers subpackage with a
parsers.py module (almost as simple as concatenating the source files in
the package). I may be removing this name-parsing system from ABX
entirely, soon, possibly moving it into KitCAT.
2021-06-29 13:53:48 -05:00

30 lines
554 B
YAML

---
project_unit:
code: library
name: Library
from_folders: 3
project_schema:
- rank: library
delimiter: '-'
type: string
maxlength: 32
- rank: dept
type:
graphics: 'Graphic Art (2D)'
models: 'Models (3D)'
sound: Sound Effects
music: Music and Cues
voice: Voice Lines
stock: Assembled Stock Footage Elements
- rank: category
type: string
maxlength: 32
- rank: subcat
type: string
maxlength: 32