Skip to content

Commit 621f6e7

Browse files
OrionSehnAndrej730
authored andcommitted
fix to default directory on dev_environment.bat assuming you weren't using the daily build
1 parent 0052570 commit 621f6e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bonsai/scripts/installation/dev_environment.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ rem Otherwise by default it is assumed script is executed from IfcOpenShell dire
88
rem SET REPO_PATH=%HOMEDRIVE%\Users\%USERNAME%\Where\Your\Git\Repository\Is\Cloned\IfcOpenShell
99
SET BLENDER_PATH=%HOMEDRIVE%\Users\%USERNAME%\AppData\Roaming\Blender Foundation\Blender\4.4
1010
SET PACKAGE_PATH=%BLENDER_PATH%\extensions\.local\lib\python3.11\site-packages
11-
SET BONSAI_PATH=%BLENDER_PATH%\extensions\user_default\bonsai
11+
SET BONSAI_PATH=%BLENDER_PATH%\extensions\raw_githubusercontent_com\bonsai
1212

1313

1414
echo SETUP BONSAI ADD-ON LIVE DEVELOPMENT ENVIRONMENT

0 commit comments

Comments
 (0)