• 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) создал Янв 12, 2020 по автору Ilya V. Portnov's avatar Ilya V. Portnov
Скрыть пробелы
Построчно Рядом
Sverchok-for-Blender-2.8x-Release-Notes.md
Просмотреть страницу @42c84c18
......@@ -65,6 +65,9 @@ We do not have enough man-power to actively support more than one version of Sve
* "Oscillator" node — see #2652
* "Framework" node for carcass / frame / ferme constructions — see #2706
* New generic "Number Range" node now deprecates "Int Range" and "Float Range" nodes — see #2682
* "Dictionary In" and "Dictionary Out" nodes — see #2797
* "Set custom UV map" node — see #2797
* "Follow active Quad" node (simple UV unwrapping algorithm) — see #2800
# Updated nodes
......@@ -77,7 +80,7 @@ The following nodes have received a massive functional update:
* NGon node now has a new "divisions" input (see #2552).
* "Bounding box" node has new features — see #2575.
* "Select mesh elements by location" node has new "level" parameter — see #2603.
* "Voronoi 2D" node has bugs fixed and new features added — see #2639.
* "Voronoi 2D" node has bugs fixed and new features added — see #2639, #2801.
* "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.
* "Intersect edges" `sweeping line` algorithm of finding edges intersection in 2D mode was added - #2623
......@@ -86,6 +89,7 @@ The following nodes have received a massive functional update:
* "Extrude Separate Faces" and "Extrude Region" nodes now have Mask output and FaceData sockets support — see #2794.
* "Mirror" node is now Mk2 and has some new options — see #2741.
* New options were added to the "Bevel" node, which appeared in the recent Blender versions.
* 2D mode for "Points inside mesh" node is introduced — see #2796.
# Miscellaneous
......
Клонировать репозиторий
  • 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
  • For Developers:
    • Macros
    • Contributing
      • Git practices
    • Sverchok Node Tutorial
      • High-level node howto
      • Details