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

Sverchok for Blender 2.8x Release Notes · Изменения

История страницы
Updated Sverchok for Blender 2.8x Release Notes (markdown) создал Ноя 27, 2019 по автору Durman's avatar Durman
Показать
Построчно Рядом
Sverchok-for-Blender-2.8x-Release-Notes.md
Просмотреть страницу @02183ae7
...@@ -40,6 +40,11 @@ We do not have enough man-power to actively support more than one version of Sve ...@@ -40,6 +40,11 @@ We do not have enough man-power to actively support more than one version of Sve
* "Oscillator" node — #2652 * "Oscillator" node — #2652
* "Triangle" node — #2647 * "Triangle" node — #2647
* "Number Range" node. Replaces "Range Float" and "Range Int" - #2682 * "Number Range" node. Replaces "Range Float" and "Range Int" - #2682
* "Make monotone polygon 2D" - #2623
* "Edges to face 2D" - #2623
* "Merge mesh 2D light" - #2623
* "Crop mesh 2D" - #2623
* "Dissolve faces 2D" - #2623
# Updated nodes # Updated nodes
...@@ -55,6 +60,7 @@ The following nodes have received a massive functional update: ...@@ -55,6 +60,7 @@ The following nodes have received a massive functional update:
* "Voronoi 2D" node has bugs fixed and new features added — see #2639. * "Voronoi 2D" node has bugs fixed and new features added — see #2639.
* "Adaptive Polygons" is now Mk2. It received bug fixes and a lot of new features — see #2647 and #2663. * "Adaptive Polygons" is now Mk2. It received bug fixes and a lot of new features — see #2647 and #2663.
* "Extrude separate faces" node now has a possibility to provide face transformation by an arbitrary matrix — see #2659. * "Extrude separate faces" node now has a possibility to provide face transformation by an arbitrary matrix — see #2659.
* "Intersect edges" `sweeping line` algorithm of finding edges intersection in 2D mode was added - #2623
# Missing nodes # Missing nodes
......
Клонировать репозиторий
  • For Users:
    • Profile Node Examples
    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Non-standard Python modules installation
  • For Developers:
    • Macros
    • Contributing
      • Git practices
    • Sverchok Node Tutorial
      • High-level node howto
      • Details