A Blender add-on to create scripts and add-ons! This add-on will take your Geometry Nodes, Materials, and Compositing nodes and convert them into legible Python code.
Node To Python automatically handles node layout, default values, subgroups, naming, colors, and more!
What's New
3.3.2
March 4th, 2025
v3.3.2
Fixes an issue where compositor node group exports tried to reference the scene node tree
v3.3.1
Fixes an issue in Blender 4.0 where it would try to reference the not yet existent bpy.types.NodeTreeInterfaceSocketMenu
It's a good add on, however in it's current iteration it does not work with blender 4.3 as the extension give me the error "This blender version must be less than the maximum version", indicating that it's capping itself at 4.3.0, which it should be able to work beyond 4.2
This helps so much when creating materials via python. Thanks a lot!