ayon-core/tools/openpype_console.bat
2023-02-23 13:59:11 +01:00

15 lines
360 B
Batchfile

goto comment
SYNOPSIS
Helper script running scripts through the OpenPype environment.
DESCRIPTION
This script is usually used as a replacement for building when tested farm integration like Deadline.
EXAMPLE
cmd> .\openpype_console.bat path/to/python_script.py
:comment
cd "%~dp0\.."
echo %OPENPYPE_MONGO%
.poetry\bin\poetry.exe run python start.py %*