Blender addon to handle some operations on nodes
Go to file
florentin.luce 9612122b5f set blender scene 2024-02-29 10:59:47 +01:00
core set blender scene 2024-02-29 10:59:47 +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 Create addon with copy paste operators 2024-02-22 10:09:34 +01:00
operators.py change label 2024-02-23 16:01:16 +01:00
ui.py Create addon with copy paste operators 2024-02-22 10:09:34 +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