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

Feature tex viz improvement01

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

  • Скачать
  • Почтовые патчи
  • Простое отличие
Слиты nikitronn запросил слияние github/fork/kalwalt/feature_tex_viz_improvement01 в master Мар 14, 2017
  • Обзор 50
  • Коммиты 21
  • Конвейеры 0
  • Изменения 3

Created by: kalwalt

I added the functionality of transfer the data pixels texture to the internal blender image viewer. I created also a image ui utility file sv_image.py for transfer pixels array, in this way compacting the Texture viewer node. and so as well code could be reused. Added also custom tex size label (see draw_label func) I think also to delete the the color mod selection in the properties panel. the initial idea was to save an image, from the node itself, in a different color image format from the original. But since we can transfer to the image viewer, this option has not much sense for me. @zeffii you were saying also something about updateNode see here

use a wrapper for updateNode like in the Turbulence node. def changeMode(self, context):

call self.process() at the end of your wrapper if the code inside the wrapper didn't already cause a process call.

can you explain me which property need this?

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