Skip to content

Commit d749cd4

Browse files
authored
Improved support for path templates (#110)
* initial path template support updates
1 parent 6586d1a commit d749cd4

3 files changed

Lines changed: 414 additions & 151 deletions

File tree

examples/default/test.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include: [default]
33
all: &all
44
PYVERSION: $(python -c "import sys; print(f'{sys.version_info[0]}.{sys.version_info[1]}')")
55
PYTHONPATH: ${DEPLOY_ROOT}/lib/python${PYVERSION}
6+
NUKESCRIPT: ${ROOT}/projects/{seq}/{shot}/comp/{show}_{seq}_{shot}.{version}.nk
67
darwin:
78
<<: *all
89
linux:

0 commit comments

Comments
 (0)