... | @@ -32,7 +32,7 @@ support. |
... | @@ -32,7 +32,7 @@ support. |
|
All commands provided in this document are for Linux-based systems. For Windows
|
|
All commands provided in this document are for Linux-based systems. For Windows
|
|
and MacOS, commands may differ a bit, but the general idea will be the same.
|
|
and MacOS, commands may differ a bit, but the general idea will be the same.
|
|
|
|
|
|
## Install pip
|
|
# Install pip
|
|
|
|
|
|
In some cases, it may appear that Blender's python already knows about your
|
|
In some cases, it may appear that Blender's python already knows about your
|
|
system's installation of python (python is usually installed by default on most
|
|
system's installation of python (python is usually installed by default on most
|
... | @@ -63,7 +63,7 @@ If, for some reason, Option 1 does not work for you (on some system Python says |
... | @@ -63,7 +63,7 @@ If, for some reason, Option 1 does not work for you (on some system Python says |
|
|
|
|
|
Please refer to [official pip site][14] for official installation instructions.
|
|
Please refer to [official pip site][14] for official installation instructions.
|
|
|
|
|
|
## Install SciPy
|
|
# Install SciPy
|
|
|
|
|
|
$ /path/to/blender/2.xx/python/bin/python3.7m -m pip install -U scipy
|
|
$ /path/to/blender/2.xx/python/bin/python3.7m -m pip install -U scipy
|
|
|
|
|
... | @@ -96,7 +96,7 @@ The following nodes can optionally use SciPy: |
... | @@ -96,7 +96,7 @@ The following nodes can optionally use SciPy: |
|
* Mesh Normal Field
|
|
* Mesh Normal Field
|
|
* Interpolating Surface
|
|
* Interpolating Surface
|
|
|
|
|
|
## Install SciKit-Image
|
|
# Install SciKit-Image
|
|
|
|
|
|
$ /path/to/blender/2.xx/python/bin/python3.7m -m pip install -U scikit-image
|
|
$ /path/to/blender/2.xx/python/bin/python3.7m -m pip install -U scikit-image
|
|
|
|
|
... | @@ -110,7 +110,7 @@ The following node can optionally use SciKit-Image: |
... | @@ -110,7 +110,7 @@ The following node can optionally use SciKit-Image: |
|
|
|
|
|
* Marching Cubes
|
|
* Marching Cubes
|
|
|
|
|
|
## Install Circlify
|
|
# Install Circlify
|
|
|
|
|
|
$ /path/to/blender/2.xx/python/bin/python3.7m -m pip install -U circlify
|
|
$ /path/to/blender/2.xx/python/bin/python3.7m -m pip install -U circlify
|
|
|
|
|
... | @@ -118,7 +118,7 @@ The following node becomes available only when you install Circlify: |
... | @@ -118,7 +118,7 @@ The following node becomes available only when you install Circlify: |
|
|
|
|
|
* Circlify
|
|
* Circlify
|
|
|
|
|
|
## Install PyMCubes
|
|
# Install PyMCubes
|
|
|
|
|
|
This is more complex. First, you have to install [Cython][7]:
|
|
This is more complex. First, you have to install [Cython][7]:
|
|
|
|
|
... | @@ -149,7 +149,7 @@ The following node can optionally use PyMCubes: |
... | @@ -149,7 +149,7 @@ The following node can optionally use PyMCubes: |
|
|
|
|
|
* Marching Cubes
|
|
* Marching Cubes
|
|
|
|
|
|
## Install Geomdl
|
|
# Install Geomdl
|
|
|
|
|
|
In the simplest case, you can install Geomdl by
|
|
In the simplest case, you can install Geomdl by
|
|
|
|
|
... | @@ -202,7 +202,7 @@ The following nodes can optionally use Geomdl: |
... | @@ -202,7 +202,7 @@ The following nodes can optionally use Geomdl: |
|
* Interpolate NURBS Curve
|
|
* Interpolate NURBS Curve
|
|
* NURBS In
|
|
* NURBS In
|
|
|
|
|
|
## Install FreeCAD py3lib
|
|
# Install FreeCAD py3lib
|
|
|
|
|
|
You have to use FreeCAD of version 0.18 (0.19 could not work).
|
|
You have to use FreeCAD of version 0.18 (0.19 could not work).
|
|
|
|
|
... | @@ -236,12 +236,12 @@ Follow the [recipe at FreeCAD Web][20] |
... | @@ -236,12 +236,12 @@ Follow the [recipe at FreeCAD Web][20] |
|
|
|
|
|
While it is ```activated``` type ```which freecad``` and use this path for the sverchok FreeCad lib path in Preferences. Don't forget to press 'Set Path' before closing the dialog. Restart Blender to take effect.
|
|
While it is ```activated``` type ```which freecad``` and use this path for the sverchok FreeCad lib path in Preferences. Don't forget to press 'Set Path' before closing the dialog. Restart Blender to take effect.
|
|
|
|
|
|
## Side extending packages
|
|
# Side extending packages
|
|
|
|
|
|
Full list placed [here][25]
|
|
Full list placed [here][25]
|
|
|
|
|
|
|
|
|
|
## Troubleshooting
|
|
# Troubleshooting
|
|
|
|
|
|
[Here][24]
|
|
[Here][24]
|
|
|
|
|
... | | ... | |