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

Add new Transform Select node

  • Ревью изменений

  • Скачать
  • Почтовые патчи
  • Простое отличие
Слиты nikitronn запросил слияние github/fork/DolphinDream/transformSelectNode в master Мар 13, 2017
  • Обзор 36
  • Коммиты 11
  • Конвейеры 0
  • Изменения 2

Created by: DolphinDream

Behold the “Transform Select” node 🙌 😋 This sort of expands on the “mask vertices” node but it adds more to it to make it easier not only to separate/group the vertices but also to transform them (see the following demos).

Inputs:

  • mask # mask 0/1 with default repeat 0,1,0,1 if mask input is not linked
  • vertices
  • polyEdges
  • matrix T # matrix to transform the True (mask=1) verts
  • matrix F # matrix to transform the False (mask=0) verts

Outputs:

  • Vertices # Original Vertices but transformed by MT and MF
  • PolyEdges # original polyEdges (pass through)
  • PolyEdges O # polyEdges in the original set connecting the T set with the F set
  • Vertices T # vertices transformed by MT
  • PolyEdges T # polyEdges in original set that are also in T set
  • Vertices F # vertices transformed by MF
  • PolyEdges F # polyEdges in original set that are also in F set

Note: The VEP selection does not work yet. This mode is to allow to mask either vertices, edges or polygons.

transofrmselectnode-ui

Ответственный
Назначить
Проверяющие
Запросить ревью
Оценка трудозатрат
Исходная ветка: github/fork/DolphinDream/transformSelectNode