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

Script node examples · Изменения

История страницы
Updated Script node examples (markdown) создал Май 06, 2021 по автору Dealga McArdle's avatar Dealga McArdle
Скрыть пробелы
Построчно Рядом
Script-node-examples.md
Просмотреть страницу @3c4b354e
...@@ -5,6 +5,7 @@ it can: ...@@ -5,6 +5,7 @@ it can:
- Use Blender Python API (bpy) or any third party Python module. - Use Blender Python API (bpy) or any third party Python module.
- Interact with other nodes or other parts of Blender, as a function of any imaginable input. - Interact with other nodes or other parts of Blender, as a function of any imaginable input.
Here's a collection of [SNLite scripts discussed and presented](https://github.com/nortikin/sverchok/issues?q=is%3Aissue+label%3A%22snlite+script%22+is%3Aclosed) in the Sverchok issue tracker, useful reading if you get stuck.
The documentation can be found [here](), but it's a bit clinical and will make more sense if you've explored some of the examples beforehand. The documentation can be found [here](), but it's a bit clinical and will make more sense if you've explored some of the examples beforehand.
### Petal Sine ### Petal Sine
......
Клонировать репозиторий
  • For Users:
    • Web resources about Sverchok
    • Dependencies and their installation
      • Simple dependencies
      • PIP
        • Side modules
      • SciPy
      • SciKit image
      • Circlify
      • PyMcubes
      • GeomDL
      • FreeCAD
      • Open3D
    • Sverchok for Blender 2.8x Release Notes
    • Sverchok for Blender 2.79 Installation
    • Interface overview
    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Sverchok Extensions
    • FAQ
  • Examples:
    • Profile Node Examples
    • Script Node Examples
  • For Developers:
    • Install Development version
    • Contributing
      • Git practices
    • Building documentation tarball
    • Macros
    • Sverchok Node Tutorial
      • High-level node howto
      • Details