Speckle Connectors for Mac

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.

  1. Download ‘speckle-blender’ as Zip from the repo. GitHub - specklesystems/speckle-blender
  2. unzip and copy bpy_speckle to ~/Library/Application\ Support/Blender/3,0/scripts/addons/
  3. navigate a terminal prompt to the same folder (addons not bpy_speckle)
  4. use pip to install specklepy (and dependencies) python3 -m pip install specklepy -t ./
  5. Launch Blender (or Close and relaunch)
  6. Edit > Preferences > Add-ons
  7. Search for Speckle and enable
  8. 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.

2 Likes