From fb316f2f25742d0bde99aca95d1723e21964adf9 Mon Sep 17 00:00:00 2001 From: Dmytro Bulatov Date: Sat, 23 Dec 2023 13:01:24 +0200 Subject: [PATCH] Updated download URL for sample scene --- HelperScripts/PrepareScene.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelperScripts/PrepareScene.bat b/HelperScripts/PrepareScene.bat index 60c5fc8..e56cfcb 100644 --- a/HelperScripts/PrepareScene.bat +++ b/HelperScripts/PrepareScene.bat @@ -11,7 +11,7 @@ echo Downloading SanMiguel scene echo Models downloaded from Morgan McGuire's Computer Graphics Archive https://casual-effects.com/data mkdir Scenes mkdir Scenes\SanMiguel -powershell -command "Start-BitsTransfer -Source http://direct.boolka.dev/files/San_Miguel.zip -Destination Scenes/SanMiguel/San_Miguel.zip" +powershell -command "Start-BitsTransfer -Source https://fileshare.boolka.dev/San_Miguel.zip -Destination Scenes/SanMiguel/San_Miguel.zip" echo Downloaded scene, unpacking powershell -command "Expand-Archive Scenes/SanMiguel/San_Miguel.zip Scenes/SanMiguel/" echo Scene unpacked, deleting archive