Blender addon to handle some operations on nodes
Go to file
florentin.luce ac0ad04c72 Commit global 2024-11-06 11:26:28 +01:00
core Commit global 2024-11-06 11:26:28 +01:00
.gitignore Initial commit 2024-02-21 11:35:33 +01:00
ISSUE_TEMPLATE.yml Initial commit 2024-02-21 11:35:33 +01:00
PULL_REQUEST_TEMPLATE.md Initial commit 2024-02-21 11:35:33 +01:00
README.md Update README.md 2024-02-21 11:38:13 +01:00
__init__.py Commit global 2024-11-06 11:26:28 +01:00
bl_utils.py Commit global 2024-11-06 11:26:28 +01:00
file_utils.py Commit global 2024-11-06 11:26:28 +01:00
operators.py Commit global 2024-11-06 11:26:28 +01:00
ui.py Commit global 2024-11-06 11:26:28 +01:00

README.md

NODE_KIT

Blender addon to handle some operations on nodes

Node kit is a blender addon creating a menu to execute operations on nodes like copy/pasting or exporting node_tree


Table of Contents
  1. Installation
  2. Contents

Installation

  1. Create your own local directory in
    /home/<USER>/dev
    
  2. Create your own local directory in
    git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/node_kit.git
    

Contents