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

Dual Mesh and Clip Vertices nodes failing to work together

Created by: Marcus-Richmond

Problem statement

As part of a node setup, I would like to use the Dual Mesh node connected to the Clip Vertices node, like this:

image

The following error is from the Debug print node: [ERROR] sverchok.utils.sv_bmesh_utils:541 : faces.new(...): found the same (BMVert) used multiple times

After looking here: https://github.com/nortikin/sverchok/issues/3989, I tried using the following code and mesh clean node, but without any luck:

exec node image

mesh clean image (I tried the various options with the mesh clean node, but didn't resolve the error)

The Clip Vertices node still works without the Dual Mesh node however: image

Seems like without edges being input into the Clip Vertices node, this node returns this error. I tried another setup where the Clip Vertices node was only being passed verts/polygons and no edges: image

Again, looking at https://github.com/nortikin/sverchok/issues/3989, I see the discussion is about duplicate faces, but none of these node setups appear to be creating duplicate faces.

Sverchok version

Sverchok 1.1.0 with Blender 3.1.2

Ответственный
Назначить
Оценка трудозатрат