... | ... | @@ -240,49 +240,15 @@ While it is ```activated``` type ```which freecad``` and use this path for the s |
|
|
|
|
|
Full list placed [here][25]
|
|
|
|
|
|
#### Ladybug
|
|
|
[Repository is here][21], but [install addon from here][22]. Ladybug is a Python library to load, analyze and modify EnergyPlus Weather files (epw).
|
|
|
Ladybug. [Repository is here][21], but [install addon from here][22]. Ladybug is a Python library to load, analyze and modify EnergyPlus Weather files (epw).
|
|
|
|
|
|
#### IFC
|
|
|
[IFC nodes here][22]. IFC is schema for architects BIM model to be shared. All significant BIM software supports IFC import/export.
|
|
|
IFC. [IFC nodes here][22]. IFC is schema for architects BIM model to be shared. All significant BIM software supports IFC import/export.
|
|
|
|
|
|
#### Sverchok-extra
|
|
|
[Additional extra nodes here][23] with own curve/surface/solids/fields/list nodes.
|
|
|
Sverchok-extra. [Additional extra nodes here][23] with own curve/surface/solids/fields/list nodes.
|
|
|
|
|
|
## Frequently Asked Questions
|
|
|
|
|
|
### I can't install dependencies on Windows
|
|
|
|
|
|
It can appear that the problem is in filesystem permissions. Try running Blender from an administrator account and install dependencies in this mode.
|
|
|
|
|
|
Another possibility is to use a prepared [archive with Python libraries][24]. Zip archive is to be unpacked into `..\Blender 2.**\2.**\python`. For FreeCAD libraries installation, specify `\Blender 2.**\2.**\python\lib\site-packages\conda-0.18.3\bin`.
|
|
|
|
|
|
This archive was tested to be working with Blender versions since 2.83 to 2.92.
|
|
|
|
|
|
If you experience some problems with use of this Zip archive, please report them in a github issue.
|
|
|
|
|
|
## I can't install dependencies on Linux, while using Blender installed from Snap
|
|
|
|
|
|
Snap creates readonly file system, so you can't put depencencies into it. The only way known to work reliably is to not use Blender from Snap for Sverchok, if you want to use depencencies. The recommended way is to just download Blender's `tar.xz` from blender.org and unpack it.
|
|
|
|
|
|
## Pip install says that the package is already installed, but Sverchok can't see it
|
|
|
|
|
|
It can appear that you have the package installed into your system-wide or user-wide Python installation, for example into `~/.local/lib/python/...`. In this case Pip will see that the package is installed, but Sverchok will not be able to access it. Try to run
|
|
|
|
|
|
```
|
|
|
$ python3.7 -m pip uninstall $PACKAGENAME
|
|
|
```
|
|
|
|
|
|
(using your system's python, not blender's one), and then install the package again with Blender's python
|
|
|
|
|
|
$ /path/to/blender/2.xx/python/bin/python3 -m pip install $PACKAGENAME
|
|
|
|
|
|
This time you should see that pip is actually installing package.
|
|
|
|
|
|
### Other troubles with pip
|
|
|
If you admit some kind of errors with pip, you can try:
|
|
|
Wipe all versions of pip from `2.90\python\lib\site-packages` and then run `2.90\python\bin> ./python.exe -m ensurepip -U`
|
|
|
## Troubleshooting
|
|
|
|
|
|
[Here][24]
|
|
|
|
|
|
|
|
|
|
... | ... | @@ -309,5 +275,5 @@ Wipe all versions of pip from `2.90\python\lib\site-packages` and then run `2.90 |
|
|
[21]: https://github.com/ladybug-tools/ladybug-blender
|
|
|
[22]: https://blenderbim.org/download.html
|
|
|
[23]: https://github.com/portnov/sverchok-extra
|
|
|
[24]: https://yadi.sk/d/GkxlG9udNfWdfw
|
|
|
[24]: https://github.com/nortikin/sverchok/wiki/FAQ
|
|
|
[25]: https://github.com/nortikin/sverchok/wiki/Sverchok-Extensions |
|
|
\ Нет новой строки в конце файла |