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

Update Display Nodes panel script

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

  • Скачать
  • Почтовые патчи
  • Простое отличие
Слиты nikitronn запросил слияние github/fork/DolphinDream/nodeDisplayPanel-dev в master Мар 14, 2021
  • Обзор 1
  • Коммиты 1
  • Конвейеры 0
  • Изменения 1

Created by: DolphinDream

  • add icons to the constrains layout nodes (width, height, aspect)
  • add node alignment within columns/bins (left, center, right)
  • var renaming, cleanup, comments
  • add logging debug instead of prints
  • add try/catch for spawning to avoid crashes
  • add try/catch for removal of spawned nodes to avoid (though this crash may be due to accessing already deallocated memory): needs further investigation or recoding
  • add feature to view all nodes (button in property panel) which calls "view all" nodes
  • speedup the binpacking using binary search for the optimal height instead of brute force search incrementing the height
  • add info to display (Property Panel) the displayed nodes, total nodes and hidden nodes (e.g. dependent nodes)
  • fix the binpacking to take the node spacing into account (leads to better matching of the desired grid width/height/aspect constraints).
  • take the DPI factor into account for all node spacing/locations (retina display fix)
  • allow the subcategories nodes to be also be displayed (e.g. Curve @ Nurbs)

SV-DisplayNodePanel-UI2

SV-DisplayNodePanel-AllNodes

  • 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/DolphinDream/nodeDisplayPanel-dev