We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6586d1a commit d749cd4Copy full SHA for d749cd4
3 files changed
examples/default/test.env
@@ -3,6 +3,7 @@ include: [default]
3
all: &all
4
PYVERSION: $(python -c "import sys; print(f'{sys.version_info[0]}.{sys.version_info[1]}')")
5
PYTHONPATH: ${DEPLOY_ROOT}/lib/python${PYVERSION}
6
+ NUKESCRIPT: ${ROOT}/projects/{seq}/{shot}/comp/{show}_{seq}_{shot}.{version}.nk
7
darwin:
8
<<: *all
9
linux:
0 commit comments