mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 11:20:21 +00:00
dev_environment scripts - bump Blender version
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Please update REPO_PATH and BLENDER_PATH in the script below.
|
||||
# Default BLENDER_PATH on Mac: "/Users/$USER/Library/Application Support/Blender/4.4"
|
||||
# Default BLENDER_PATH on Linux: "$HOME/.config/blender/4.4"
|
||||
# Default BLENDER_PATH on Mac: "/Users/$USER/Library/Application Support/Blender/4.5"
|
||||
# Default BLENDER_PATH on Linux: "$HOME/.config/blender/4.5"
|
||||
# REPO_PATH="/path/to/where/your/git/repository/is/cloned/IfcOpenShell"
|
||||
set -e
|
||||
REPO_PATH="$HOME/bonsaiDevel/IfcOpenShell"
|
||||
BLENDER_PATH="$HOME/.config/blender/4.4"
|
||||
BLENDER_PATH="$HOME/.config/blender/4.5"
|
||||
PACKAGE_PATH="${BLENDER_PATH}/extensions/.local/lib/python3.11/site-packages"
|
||||
# If you are installing offline, use this instead:
|
||||
# BONSAI_PATH="${BLENDER_PATH}/extensions/user_default/bonsai"
|
||||
|
||||
Reference in New Issue
Block a user