mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Removed Linux defaults to not confuse mac users
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Please update REPO_PATH, BLENDER_PATH, PACKAGE_PATH, BONSAI_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 Linux: "$HOME/.config/blender/4.2/"
|
||||
# REPO_PATH="/path/to/where/your/git/repository/is/cloned/IfcOpenShell"
|
||||
REPO_PATH="/home/dion/Projects/ifcopenshell/"
|
||||
BLENDER_PATH="${HOME}/.config/blender/4.2"
|
||||
REPO_PATH=""
|
||||
BLENDER_PATH=""
|
||||
PACKAGE_PATH="${BLENDER_PATH}/extensions/.local/lib/python3.11/site-packages"
|
||||
BONSAI_PATH="${BLENDER_PATH}/extensions/user_default/bonsai"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user