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

Custom Defaults · Изменения

История страницы
Updated Custom Defaults (markdown) создал Авг 27, 2020 по автору Dealga McArdle's avatar Dealga McArdle
Показать
Построчно Рядом
Custom-Defaults.md
Просмотреть страницу @ea233573
...@@ -39,8 +39,9 @@ All we have to do is create `(key, value pair)` for each node. ...@@ -39,8 +39,9 @@ All we have to do is create `(key, value pair)` for each node.
- value: Currently the `value` accepts two directives (but can be extended later) - value: Currently the `value` accepts two directives (but can be extended later)
1. `props` ( _push props in sequence with a list of prop_name, prop_value pairs._ ) 1. `props` ( _push props in sequence with a list of prop_name, prop_value pairs._ )
2. `function` ( _push a function:_ in the example below the function is referenced as `view3d.init_vdmk2`. read that as `filename.function` and filename shall be located in `datafiles/sverchok/node_defaults/` ) 2. `function` ( _push a function:_ in the example below the function is referenced as `view3d.init_vdmk3`. read that as `filename.function` and filename shall be located in `datafiles/sverchok/node_defaults/` )
![shows file layout in dir](https://user-images.githubusercontent.com/619340/91434393-09ae9a00-e865-11ea-8e60-1dc135a3e10a.png)
##### datafiles/sverchok/node_defaults/view3d.py ##### datafiles/sverchok/node_defaults/view3d.py
```python ```python
......
Клонировать репозиторий
  • For Users:
    • Dependencies and their installation
    • Sverchok for Blender 2.8x Release Notes
    • Profile Node Examples
    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Non-standard Python modules installation
    • Sverchok for Blender 2.79 Installation
  • For Developers:
    • Macros
    • Contributing
      • Git practices
    • Building documentation tarball
    • Sverchok Node Tutorial
      • High-level node howto
      • Details