• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Wiki
  • Dependencies

Dependencies · Изменения

История страницы
Updated Dependencies (markdown) создал Июл 21, 2020 по автору Ilya V. Portnov's avatar Ilya V. Portnov
Показать
Построчно Рядом
Dependencies.md
Просмотреть страницу @28bbd736
This addon depends on several libraries, and you have to install at least some Sverchok can use several external libraries, that provide some mathematical or other functions. We call such libraries "Dependencies". When these libraries are available, you will be able to use much more nodes in Sverchok. If you do not need all these features, you can skip installation of dependencies, or install only some of them.
of them in order to use Sverchok-Extra. If you do not need all features, you
may install only one or two of libraries, but you have to install at least
something, otherwise Sverchok-Extra will just do nothing.
One thing you will have to install anyway if you want to use Sverchok-Extra is One thing you will have to install anyway if you want to use these external libraries is
[pip][6]. All libraries are installed with it. [pip][6]. All libraries are installed with it.
### Simple dependencies installation UI ### Simple dependencies installation UI
Some of dependencies can be installed easily, by just running `pip`. For such Some of dependencies can be installed easily, by just running `pip`. For such
dependencies, Sverchok-Extra supports easy-to-use installation user interface. dependencies, Sverchok supports easy-to-use installation user interface.
To use it, navigate to Edit => Preferences, then locate Sverchok-Extra To use it, navigate to Edit => Preferences, then locate Sverchok
preferences under Addons section: preferences under Addons section:
![Settings](https://user-images.githubusercontent.com/284644/74547121-74555380-4f6d-11ea-8388-80421a04fc3f.png) ![Settings](https://user-images.githubusercontent.com/284644/74547121-74555380-4f6d-11ea-8388-80421a04fc3f.png)
...@@ -118,3 +115,20 @@ as it is described in [Geomdl instruction][9]: ...@@ -118,3 +115,20 @@ 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"
[1]: http://blender.org
[2]: https://github.com/nortikin/sverchok
[3]: https://onurraufbingol.com/NURBS-Python/
[4]: https://scipy.org/
[5]: https://scikit-image.org/
[6]: https://pypi.org/project/pip/
[7]: https://cython.org/
[8]: https://github.com/pmneila/PyMCubes
[9]: https://nurbs-python.readthedocs.io/en/latest/install.html
[10]: https://github.com/portnov/sverchok-extra/archive/master.zip
[11]: https://github.com/portnov/sverchok-extra/wiki/Fields
[12]: https://github.com/orbingol/rw3dm
[13]: https://bootstrap.pypa.io/get-pip.py
[14]: https://pip.pypa.io/en/stable/installing/
[15]: https://github.com/elmotec/circlify
[16]: https://en.wikipedia.org/wiki/Differentiable_curve#Frenet_frame
Клонировать репозиторий
  • For Users:
    • Sverchok for Blender 2.8x Release Notes
    • Profile Node Examples
    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Non-standard Python modules installation
    • Sverchok for Blender 2.79 Installation
  • For Developers:
    • Macros
    • Contributing
      • Git practices
    • Building documentation tarball
    • Sverchok Node Tutorial
      • High-level node howto
      • Details