From 1e4420d8242b037e7b58b773b55ec7afe137b760 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 25 Dec 2024 15:20:54 +0500 Subject: [PATCH] dev_environment - remove redundant slash at the end of BLENDER_PATH Co-Authored-By: tim <59872808+trhyder@users.noreply.github.com> --- src/bonsai/scripts/installation/dev_environment.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bonsai/scripts/installation/dev_environment.sh b/src/bonsai/scripts/installation/dev_environment.sh index b86f96532e..7cea26e865 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.3/" -# Default BLENDER_PATH on Linux: "$HOME/.config/blender/4.3/" +# 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=""