I made a Blender add-on that lets me ask Claude for help directly inside Blender.
I mainly use it to generate Python tools.
I’m a VFX artist, and I use it mostly for mesh creation.
Since it lives in the N-panel, it works well for making quick tools while I keep working in Blender as usual.
For example:
-
Have Claude build a mesh generator with Geometry Nodes.
-
Have Claude make a quick custom operator for an editing task.
I used to build fairly general-purpose mesh generators with Geometry Nodes.
Recently, I more often have Claude make the starting point and use throwaway Geometry Nodes setups instead.
Rather than handing a large task over to Claude, I prefer having it make a small tool and then adjusting the parameters by hand.
That back-and-forth works well for me.