dev_environment - remove redundant slash at the end of BLENDER_PATH

Co-Authored-By: tim <59872808+trhyder@users.noreply.github.com>
This commit is contained in:
Andrej730
2024-12-25 15:20:54 +05:00
parent 769025e084
commit 1e4420d824
@@ -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=""