From 351bc3f364e2f78b83ced0ef307939800402a822 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 20 Nov 2024 11:31:56 +0500 Subject: [PATCH] Bump dev_environment Blender version to 4.3 --- src/bonsai/scripts/installation/dev_environment.bat | 2 +- src/bonsai/scripts/installation/dev_environment.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bonsai/scripts/installation/dev_environment.bat b/src/bonsai/scripts/installation/dev_environment.bat index 652a5a2d80..1e832b70c9 100644 --- a/src/bonsai/scripts/installation/dev_environment.bat +++ b/src/bonsai/scripts/installation/dev_environment.bat @@ -6,7 +6,7 @@ setlocal rem Uncomment setting REPO_PATH to use custom path for IfcOpenShell repository. rem Otherwise by default it is assumed script is executed from IfcOpenShell directory. rem SET REPO_PATH=%HOMEDRIVE%\Users\%USERNAME%\Where\Your\Git\Repository\Is\Cloned\IfcOpenShell -SET BLENDER_PATH=%HOMEDRIVE%\Users\%USERNAME%\AppData\Roaming\Blender Foundation\Blender\4.2 +SET BLENDER_PATH=%HOMEDRIVE%\Users\%USERNAME%\AppData\Roaming\Blender Foundation\Blender\4.3 SET PACKAGE_PATH=%BLENDER_PATH%\extensions\.local\lib\python3.11\site-packages SET BONSAI_PATH=%BLENDER_PATH%\extensions\user_default\bonsai diff --git a/src/bonsai/scripts/installation/dev_environment.sh b/src/bonsai/scripts/installation/dev_environment.sh index 39e36ceef0..b86f96532e 100644 --- a/src/bonsai/scripts/installation/dev_environment.sh +++ b/src/bonsai/scripts/installation/dev_environment.sh @@ -1,6 +1,6 @@ # Please update REPO_PATH and BLENDER_PATH in the script below. -# Default BLENDER_PATH on Mac: "/Users/$USER/Library/Application Support/Blender/4.2/" -# Default BLENDER_PATH on Linux: "$HOME/.config/blender/4.2/" +# Default BLENDER_PATH on Mac: "/Users/$USER/Library/Application Support/Blender/4.3/" +# Default BLENDER_PATH on Linux: "$HOME/.config/blender/4.3/" # REPO_PATH="/path/to/where/your/git/repository/is/cloned/IfcOpenShell" REPO_PATH="" BLENDER_PATH=""