A tool for exporting and importing JSON files containing a specified Blender 3D shader node tree.
It is a tool for developers, that counteracts the use of .blend binary files when manipulating and updating shader node trees.
- Export and import functionalities.
- Node trees are saved and generated without any data loss (including linking and node frames).
- The addon sets the export path automatically on
save(the path equals the current Blender files path in which the addon is currently being used in).- The path is grayed out and immutable by the user.
- The JSON path specifies from where the Node tree will be generated.
- The path is manually updated.
- Two options for Node tree selection:
- The world Node tree
- The active material Node tree