Jan-Hendrik Müller

@kolibril13.bsky.social

Generative Design 🎨 - Coding 🧑‍💻 - Science Communication 🧬

I recently had the idea: what if we could render Blender node tree graphs in the browser? So I grabbed the open source Blender codebase and asked Claude Code to reimplement the node editor’s node drawing code (originally C++) in React. After 3 days of fine-tuning, it looks great! 🎉

I've been working on a node sharing website, which I'm happy to share today: tree-clipper.com Select a Shader/GeoNodes/Compositor tree, and then it's a one-click import, as you can see in the demo video. The website is connected to a database, so one can even search for specific keywords.

Today, I learned about matrix multiplication in Blender. These matrices contain info for location and rotation, and can be chained one after another. Super useful with the new "Geometry Attribute" constrain, e.g. to make a camera follow an object, like in the screen recording