mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
Bump dev_environment Blender version to 4.3
This commit is contained in:
@@ -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=""
|
||||||
|
|||||||
Reference in New Issue
Block a user