included up to MB-0013 on mblender-apply

This commit is contained in:
Jaume Bellet 2023-11-09 17:52:57 +01:00
parent cd3c21076d
commit 846ec66ca7
1 changed files with 15 additions and 1 deletions

View File

@ -18,7 +18,9 @@ set MB_0007=https://www.mechanicalblender.org/mblender_patches/patches/mb-0007-t
set MB_0008=https://www.mechanicalblender.org/mblender_patches/patches/mb-0008-mblender-core.patch
set MB_0009=https://www.mechanicalblender.org/mblender_patches/patches/mb-0009-addon-menu-references.patch
set MB_0010=https://www.mechanicalblender.org/mblender_patches/patches/mb-0010-url-presets.patch
set MB_0011=https://www.mechanicalblender.org/mblender_patches/patches/mb-0011-operator-handlers.patch
set MB_0012=https://www.mechanicalblender.org/mblender_patches/patches/mb-0012-custom-splash.patch
set MB_0013=https://www.mechanicalblender.org/mblender_patches/patches/mb-0013-blender-top-bar.patch
echo [APPLY] %MB_0001%
"%CURL%" "%MB_0001%" --ssl-no-revoke | "%GIT%" apply
@ -58,6 +60,18 @@ echo [APPLY] "%MB_0010%
"%CURL%" "%MB_0010%" --ssl-no-revoke | "%GIT%" apply
if errorlevel 1 goto ERR
echo [APPLY] "%MB_0011%
"%CURL%" "%MB_0011%" --ssl-no-revoke | "%GIT%" apply
if errorlevel 1 goto ERR
echo [APPLY] "%MB_0012%
"%CURL%" "%MB_0012%" --ssl-no-revoke | "%GIT%" apply
if errorlevel 1 goto ERR
echo [APPLY] "%MB_0013%
"%CURL%" "%MB_0013%" --ssl-no-revoke | "%GIT%" apply
if errorlevel 1 goto ERR
echo [OK] Now build blender as usually.
:EOF