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

FAQ · Изменения

История страницы
Updated FAQ (markdown) создал Май 06, 2021 по автору nikitron's avatar nikitron
Скрыть пробелы
Построчно Рядом
FAQ.md
Просмотреть страницу @204b0b7a
...@@ -21,6 +21,22 @@ ...@@ -21,6 +21,22 @@
- Mainly it operates with mesh; - Mainly it operates with mesh;
- No needed such tools as Sverchok has, because occuracy and sort of CAD not needed for artist (main community). - No needed such tools as Sverchok has, because occuracy and sort of CAD not needed for artist (main community).
***
## Will Sverchok be integrated to Blender?
In some way it already is. The best way for Sverchok - easy installation. There are two ways:
- python addon;
- Blender full integration.
First is already is python addon with easy installation.
Second needs Sverchok to be rewrited.
In delayed future we can rewrite Sverchok on C++ code and integrate as patch for Blender. But not today!
***
## I can't install dependencies on Windows ## 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. It can appear that the problem is in filesystem permissions. Try running Blender from an administrator account and install dependencies in this mode.
...@@ -31,10 +47,14 @@ This archive was tested to be working with Blender versions since 2.90 to 2.93. ...@@ -31,10 +47,14 @@ This archive was tested to be working with Blender versions since 2.90 to 2.93.
If you experience some problems with use of this Zip archive, please report them in a github issue. 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 ## 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. 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 ## 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 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
...@@ -53,6 +73,8 @@ This time you should see that pip is actually installing package. ...@@ -53,6 +73,8 @@ This time you should see that pip is actually installing package.
If you admit some kind of errors with pip, you can try: 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` Wipe all versions of pip from `2.90\python\lib\site-packages` and then run `2.90\python\bin> ./python.exe -m ensurepip -U`
***
## Gentoo installation ## Gentoo installation
- [Installation on Gentoo-based systems](https://github.com/nortikin/sverchok/issues/3512) - [Installation on Gentoo-based systems](https://github.com/nortikin/sverchok/issues/3512)
......
Клонировать репозиторий
  • For Users:
    • Web resources about Sverchok
    • Dependencies and their installation
      • Simple dependencies
      • PIP
        • Side modules
      • SciPy
      • SciKit image
      • Circlify
      • PyMcubes
      • GeomDL
      • FreeCAD
      • Open3D
    • Sverchok for Blender 2.8x Release Notes
    • Sverchok for Blender 2.79 Installation
    • Interface overview
    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Sverchok Extensions
    • FAQ
  • Examples:
    • Profile Node Examples
    • Script Node Examples
  • For Developers:
    • Install Development version
    • Contributing
      • Git practices
    • Building documentation tarball
    • Macros
    • Sverchok Node Tutorial
      • High-level node howto
      • Details