Updated the Pillow wheels package to be compatible with Python 3.13 used in Blender 5.1. Still working in Blender 4.2 also.
Added a missing import which stops it to be installed in newer versions of Blender. Now it is compatible with Blender 5.0 also.
Added "prefix" in ccn_utils.py to be able to create similar menu entries in different entries by adding a prefix before the internal name (otherwise it can happen that it overwrites a menu from another addon made with the same tool).
Added another node for Integer input.
Reworked the "Update" process so it should work better now, not always processing the whole tree and only processing target nodes.
Added handling of Reroutes so the right value will be taken from the source socket.
The simpler nodes can now be muted.
The "Object Target" Node now internally uses scale to change dimensions instead of directly using the dimensions property which produces exact outputs now.
Added some new features:
Harmony Color Node
New: Auto Sahder Generator Node to add materials for up to 4 objects using the input color sockets (i.e. from the Harmony Color outputs)
Improved the output of values and updates by using own sockets for input and output
Improved 3D View Node
some minor bug fixes and improvements
First release, also available on Github. Please keep in mind, this is for developers to have an easy way of adding node editors and how to fill them with own nodes. This is not intended for production use, use it on your own risk. Always make a backup of your Blender file to avoid loosing data if anything crashes.