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

Subdivide mk2

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

  • Скачать
  • Почтовые патчи
  • Простое отличие
Слиты nikitronn запросил слияние github/fork/vicdoval/subdivide_mk2 в master Апр 06, 2020
  • Обзор 28
  • Коммиты 5
  • Конвейеры 0
  • Изменения 8

Created by: vicdoval

The subdivide node was forgotten... it was too slow.... To divide one time a box 25x25x25: Before 29.5 secs (!!!) Mk2 0.071 secs

The mk2 uses the edge_data layer to match the masking avoiding the previous bottleneck

Anyway I find this node is pretty slow even now so i added a couple of ideas: Mute and Freeze. With 'Mute' active the node is bypassed, is not the fancy blender muting, is a custom one With 'Freeze' active the node will stop processing the incoming data but will still be passing the previously computed results. The data is stored in a dictionary and has to be recomputed every time the file is opened but once done the node stops loading the node-tree. This behaviour could be expanded to other 'heavy' nodes.

What do you think? image

  • Code changes complete.
  • Code documentation complete.
  • Documentation for users complete (or not required, if user never sees these changes).
  • Manual testing done.
  • Unit-tests implemented.
  • Ready for merge.
Ответственный
Назначить
Проверяющие
Запросить ревью
Оценка трудозатрат
Исходная ветка: github/fork/vicdoval/subdivide_mk2