OK, I wiped my Blender install to make sure the solution worked. Consequently, I’m using Blender 3.1 but should be the same for existing.
- Download ‘speckle-blender’ as Zip from the repo. GitHub - specklesystems/speckle-blender
- unzip and copy
bpy_speckle
to~/Library/Application\ Support/Blender/3,0/scripts/addons/
- navigate a terminal prompt to the same folder (
addons
notbpy_speckle
) - use
pip
to install specklepy (and dependencies)python3 -m pip install specklepy -t ./
- Launch Blender (or Close and relaunch)
- Edit > Preferences > Add-ons
- Search for Speckle and enable
- Profit
I’ve found that this reliably enables Speckle Blender. There may be neater ways but the install_dependencies
trigger or the install addon method wasn’t working for me.