Skip to content

blendercam blender 3.2 MacOs install

abosafia edited this page Sep 11, 2022 · 6 revisions

Installation

1. Download & install MacPorts

Download & install MacPorts for your version of the Mac operating system:

https://www.macports.org/install.php

2. Install Geos

Open Terminal and run the following code to install Geos:

sudo port install geos

3. Find the python folder

Open Finder, navigate to Applications, right click on blender and select ‘Show Package Content’, find the folder containing python executable (in my case it is python3.10 located at ‘/Applications/Blender.app/Contents/Resources/3.2/python/bin’)

4. Open new Terminal window, paste the path from before after typing cd

cd /Applications/Blender.app/Contents/Resources/3.2/python/bin

5. Install shapely and equation:

./python3.10 -m ensurepip
./python3.10 -m pip install shapely
./python3.10 -m pip install Equation

Now Blender is ready for BlenderCam addon installation.

Next steps can be found in this link

https://github.com/vilemduha/blendercam/wiki/Using-Blendercam-from-github

Enjoy