Nodetree Source

by Nikita Akimov in Addons


Blender 3D add-on for converting material nodes into python source code and storing it in the library.

The "NodeTree Source" add-on will be useful for Blender scripts and add-ons developers, as well as for materials and shaders creators.


Add-on functionality

When you click on the "Material to Text" button the current material node tree source code is created and shown in the "Text Editor" window.



You can copy this code, or save it to a file, and then paste or open it in any other Blender project. Executing this code, by clicking the "Run Script" button, the same material will be created in the project.


If you are developing an add-on or script for Blender, this code can be included in your project. Adding this code execution to your add-on interface, you will be able to provide users with the necessary materials directly from your add-on.


The "NodeTree Source" add-on also has its own library into which you can save the material's source code. To save the material sources to the local library, click the "Material to Library" button. Saved materials can be used from the library immediately.



If you want to distribute your materials to other users, the "NodeTree Source" material library can be compiled into a separate add-on. Specify the path and click the "Distribute Library as Add-on" button. The complete archive with an add-on that includes the entire library of materials will be created. Users just need to download the add-on you provided and install it, after which they can immediately use the materials you provide.


Important

The local materials library is stored in the add-on directory. If you need to temporarily remove or reinstall the add-on, be sure to back up the library in a separate place on the disk first. After reinstalling the addon, the library can be restored simply by copying it to the "nodetree_source_library" directory of the add-on.


Warning!

The add-on can not guarantee that the generated code will work correctly between different versions of Blender. Since the developers make changes to each version of Blender, material code created in one version may not work correctly with another version of Blender.


For Blender versions

2.93, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 4.0


Location

“3D Viewport” window – N-panel – the “NodeTree Source” tab


Current add-on version

1.3.0.

Sales 40+
Customer Ratings 1
Average Rating
Dev Fund Contributor
Published over 3 years ago
Blender Version 2.93, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 4.0
License GPL
Have questions before purchasing?

Contact the Creator with your questions right now.

Login to Message