added MB-0014 and MB-0015

This commit is contained in:
Jaume Bellet 2023-11-19 19:17:37 +01:00
parent 616293a6e5
commit 821e9179aa
1 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,8 @@ set MB_0010=https://www.mechanicalblender.org/mblender_patches/patches/mb-0010-u
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
set MB_0014=https://www.mechanicalblender.org/mblender_patches/patches/mb-0014-bpy-images.patch
set MB_0015=https://www.mechanicalblender.org/mblender_patches/patches/mb-0015-image-ui.patch
echo [APPLY] %MB_0001%
"%CURL%" "%MB_0001%" --ssl-no-revoke | "%GIT%" apply
@ -72,6 +74,14 @@ echo [APPLY] "%MB_0013%
"%CURL%" "%MB_0013%" --ssl-no-revoke | "%GIT%" apply
if errorlevel 1 goto ERR
echo [APPLY] "%MB_0014%
"%CURL%" "%MB_0014%" --ssl-no-revoke | "%GIT%" apply
if errorlevel 1 goto ERR
echo [APPLY] "%MB_0015%
"%CURL%" "%MB_0015%" --ssl-no-revoke | "%GIT%" apply
if errorlevel 1 goto ERR
echo [OK] Now build blender as usually.
:EOF