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

Bug at the upper domain limit for unclamped splines (geomdl and Native implementations)

Created by: rendetto

I'm reporting the strange behavior of the unclamped splines mentioned in https://github.com/nortikin/sverchok/issues/4469 It is still present for Native and geomdl implementations with the most recent Sverchok master.

LatestSV_PeriodicSplineBug

The setup is the same as used in https://github.com/nortikin/sverchok/issues/4469 (a constructed closed unclamped /periodic/ spline using wrapped control points - a convenient method for constructing arbitrary smoothly closed curves) The problem is present when taking a segment from a spline and the end (TMax) of this segment is exactly at the upper domain limit (which is 1.0 in this particular example)

I found that reverting to an earlier version of Sverchok (32f8f367) this problem is not present for both Native and geomdl. I run this early version of Sverchok under blender-2.90.0-windows64 and also aligned it to the corresponding Sverchok-extra for the time being. I also used the latest geomdl (v5.3.1) due to #3521 (closed) and https://github.com/orbingol/NURBS-Python/issues/115

oldSV_PeriodicSpline

As with other similar issues I got, there is a workaround that could "solve" the issue by using a value of 0.99999 instead of 1.0

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