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

Add MK4 version of the line node

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

  • Скачать
  • Почтовые патчи
  • Простое отличие
Закрыто nikitronn запросил слияние github/fork/DolphinDream/lineMK4 в master Ноя 22, 2018
  • Обзор 39
  • Коммиты 75
  • Конвейеры 0
  • Изменения 67

Created by: DolphinDream

This is based on MK3 version features (AB/OD modes) except that it proposes a slightly different approach:

  • the XYZ are no longer modes.. but simply presets to set the V1 and V2 vectors to their proper values as to align the line along XYZ. This way the V1,V2 sockets always stay visible and do not need to be hiden/shown based on the mode. This helps with the connected nodes to the V1/V2 sockets to not be disconnected when the user aligns the line along XYZ.

  • the node has only two modes : AB and OD

  • simplify the code (the MK3 code got to be a bit too hard to follow after the additions of the new features)

  • vectorized the size .. so each line now can get a different size if needed.

  • 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.

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