-
Notifications
You must be signed in to change notification settings - Fork 233
SDF library
Ilya V. Portnov edited this page Sep 29, 2021
·
1 revision
This library is not (yet) published on pypi.org, so, in order to install it, you will have to manually download it:
- Download zip file https://github.com/fogleman/sdf/archive/refs/heads/main.zip
- Unpack it to some directory, for example,
~/src/sdf
- Install it into Blender's python with
pip
:
$ /path/to/blender/2.xx/python/bin/python3.7m -m pip install ~/src/sdf