2022-01-25 09:19:03 -07:00
|
|
|
if NOT EXIST %PYTHON% (
|
|
|
|
|
echo python not found, required for this operation
|
|
|
|
|
exit /b 1
|
2018-05-25 17:57:13 -06:00
|
|
|
)
|
2019-08-23 19:35:02 +02:00
|
|
|
:detect_python_done
|
|
|
|
|
|
|
|
|
|
REM Use -B to avoid writing __pycache__ in lib directory and causing update conflicts.
|
2024-02-22 13:50:55 +01:00
|
|
|
%PYTHON% -B %BLENDER_DIR%\build_files\utils\make_update.py --git-command "%GIT%" %BUILD_UPDATE_ARGS%
|
2019-08-23 19:35:02 +02:00
|
|
|
|
2018-12-20 14:45:55 +01:00
|
|
|
:EOF
|