Bump dev_environment Blender version to 4.3

This commit is contained in:
Andrej730
2024-11-20 11:31:56 +05:00
parent bf717622a0
commit 351bc3f364
2 changed files with 3 additions and 3 deletions
@@ -6,7 +6,7 @@ setlocal
rem Uncomment setting REPO_PATH to use custom path for IfcOpenShell repository. 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 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 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 PACKAGE_PATH=%BLENDER_PATH%\extensions\.local\lib\python3.11\site-packages
SET BONSAI_PATH=%BLENDER_PATH%\extensions\user_default\bonsai SET BONSAI_PATH=%BLENDER_PATH%\extensions\user_default\bonsai
@@ -1,6 +1,6 @@
# Please update REPO_PATH and BLENDER_PATH in the script below. # 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 Mac: "/Users/$USER/Library/Application Support/Blender/4.3/"
# Default BLENDER_PATH on Linux: "$HOME/.config/blender/4.2/" # Default BLENDER_PATH on Linux: "$HOME/.config/blender/4.3/"
# REPO_PATH="/path/to/where/your/git/repository/is/cloned/IfcOpenShell" # REPO_PATH="/path/to/where/your/git/repository/is/cloned/IfcOpenShell"
REPO_PATH="" REPO_PATH=""
BLENDER_PATH="" BLENDER_PATH=""