BrendanParmer / NodeToPython

Convert Blender node groups to a Python add-on
MIT License
247 stars 23 forks source link

Introduce saveable representation of the node group #107

Open BrendanParmer opened 5 months ago

BrendanParmer commented 5 months ago

Starting to think it might be useful to (optionally) be able to save the node tree in a json or something, splitting NodeToPython into a parser and a Python converter. The main advantage would be opening up the door to easily converting to representations of the node tree besides just a bpy recreation, like geometry script, another 3D software's material graph, etc.