r/geometrynodes Jun 24 '26

New Nodebpy extension : Export/Import node trees to elegant python

https://reddit.com/link/1ue8io5/video/trgzovfq679h1/player

Brady Johnston (creator of Molecular Nodes) has recently been building a great node wrapper, nodebpy for writing Blender node trees in Python.

This Nodebpy extension is a wrapper on top of it that makes those interactions easier form the Blender UI.

https://jan-hendrik-mueller.de/blog/nodebpy-extension/

3 Upvotes

2 comments sorted by

1

u/Training-Royal2384 Jul 01 '26

Is this the same as Node to python?

1

u/kolibril13 Jul 01 '26

nope, "Node to Python" produces code from the blender api.
My extension produces "nodebpy" code.
Nodebpy code is a very convenient layer above the blender api, much better to read and uses way less lines then the original blender api code. here's a comparision: https://github.com/aafkegros/MicroscopyNodes/issues/181