-
Notifications
You must be signed in to change notification settings - Fork 124
blendercam blender 3.2 MacOs install
abosafia edited this page Sep 11, 2022
·
6 revisions
Download & install MacPorts for your version of the Mac operating system:
https://www.macports.org/install.php
Open Terminal and run the following code to install Geos:
sudo port install geos
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’)
cd /Applications/Blender.app/Contents/Resources/3.2/python/bin
./python3.10 -m ensurepip
./python3.10 -m pip install shapely
./python3.10 -m pip install Equation
Now Blender is ready for BlenderCam addon installation.
https://github.com/vilemduha/blendercam/wiki/Using-Blendercam-from-github
Enjoy