... | @@ -115,6 +115,23 @@ as it is described in [Geomdl instruction][9]: |
... | @@ -115,6 +115,23 @@ as it is described in [Geomdl instruction][9]: |
|
|
|
|
|
$ /path/to/blender/2.xx/python/bin/python3 -m pip install geomdl --install-option="--use-cython"
|
|
$ /path/to/blender/2.xx/python/bin/python3 -m pip install geomdl --install-option="--use-cython"
|
|
|
|
|
|
|
|
### Install FreeCAD py3lib
|
|
|
|
|
|
|
|
# linux:
|
|
|
|
|
|
|
|
$ sudo apt install libfreecad-python3-0.18
|
|
|
|
|
|
|
|
Maybe you will need to do next:
|
|
|
|
|
|
|
|
$ sudo apt install libnglib-6.2.1804
|
|
|
|
$ sudo echo '/usr/lib/x86_64-linux-gnu/netgen' >> /etc/ld.so.conf.d/x86_64-linux-gnu.conf
|
|
|
|
$ sudo ldconfig
|
|
|
|
|
|
|
|
Add sverchok freecad-python3-lib path:
|
|
|
|
|
|
|
|
![code] /usr/lib/freecad-python3/lib/
|
|
|
|
|
|
|
|
|
|
[1]: http://blender.org
|
|
[1]: http://blender.org
|
|
[2]: https://github.com/nortikin/sverchok
|
|
[2]: https://github.com/nortikin/sverchok
|
|
[3]: https://onurraufbingol.com/NURBS-Python/
|
|
[3]: https://onurraufbingol.com/NURBS-Python/
|
... | | ... | |