• 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
Просмотреть страницу @d01d8b18
......@@ -25,15 +25,13 @@
## Will Sverchok be integrated to Blender?
In some way it already is. The best way for Sverchok - easy installation. There are two ways:
In one way it already is (from Sverchok to Blender). The best way for Sverchok as we see is easy installation on user side. There are two ways to achive it:
- python addon;
- python addon with no headake about version under your system;
- 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!
First is already is python addon with easy installation. But extra addons for sverchok have dependencies needed to to their job. It is hard sometime to make it work, so Ladybug and IFc and Open3D and extra addons separated for now.
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! At the time extra sverchok addons can be never embedded to Blender. FreeCAD integration needs some steps and supporting this stuff is complicated. So, part of Sverchok always will be separated.
***
......
Клонировать репозиторий
  • 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