2024-02-21 11:38:13 +01:00
|
|
|
# NODE_KIT
|
|
|
|
> Blender addon to handle some operations on nodes
|
2024-02-21 11:35:33 +01:00
|
|
|
|
2024-02-21 11:38:13 +01:00
|
|
|
Node kit is a blender addon creating a menu to execute operations on nodes like copy/pasting or exporting node_tree
|
2024-02-21 11:35:33 +01:00
|
|
|
|
|
|
|
<!-- TABLE OF CONTENTS -->
|
|
|
|
***
|
|
|
|
<summary>Table of Contents</summary>
|
|
|
|
<ol>
|
|
|
|
<li>
|
|
|
|
<a href="#installation">Installation</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#contents">Contents</a>
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- INSTALLATION -->
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
1. Create your own local directory in
|
|
|
|
```sh
|
|
|
|
/home/<USER>/dev
|
|
|
|
```
|
|
|
|
2. Create your own local directory in
|
|
|
|
```sh
|
2024-02-21 11:38:13 +01:00
|
|
|
git clone ssh://git@git.autourdeminuit.com:222/autour_de_minuit/node_kit.git
|
2024-02-21 11:35:33 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
<!-- CONTENTS -->
|
|
|
|
## Contents
|