6 blendercam blender 3.2 MacOs install
abosafia edytuje tę stronę 2022-09-11 21:32:34 +02:00
This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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.

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

Enjoy