Anthropic adds Blender Support, Joins the Blender Development Fund as Corporate Patron

There is an update to this story – read it here.

The Blender Lab was already working on an MCP server – a connector that gives AI access to a list of ‘tools’ and lets it use information from your scene or make updates to it:

It offers a natural language interface with Blender’s Python API, improving access to documentation, and allowing users to explore and understand complex setups.

You can see the full list of currently available tools here. Most tools look fine to me, as it looks like it currently can’t return actual 3D data to the AI server, but it CAN take screenshots of your work and transmit them unsupervised and execute Python code on your behalf (see my thoughts on that below).

The Blender Foundation’s Position

It seems the Blender Foundation is taking the position that Anthropic’s support will help develop the Python API (which is clearly a benefit to the AI giant), and freedom:

This support will be dedicated towards Blender core development, to maintain and continuously improve foundational features like the Blender Python API, which enables developers and artists alike to extend and improve the software for custom workflows.

[…]

Blender Foundation’s mission remains to empower artists with free/open source technology and tools. Yet, we also maintain APIs for individuals and corporations to extend Blender, also beyond what’s aligned with Blender’s mission. We consider this part of the Software Freedom that’s embodied with Blender’s GNU GPL license.

This rationale seems a bit thin to me. As the debate on this topic has started to rage already I’m sure we’ll be seeing follow-up comms from Francesco about this.

My View

This support by Claude will make it easier for new Blender users to set up Python scripts and carry out complex operations in Blender quickly. AI can also be a useful tool for specific tasks and can help speed up projects.

However, there’s a sharp tension between AI tools and especially the Artist community, where the tools that have illegally trained on their art are now taking their work. Enabling and even fueling this development might be putting the artists’ future at risk.

I’m sure the Blender Foundation gave this a lot of thought before entering the partnership, and they have other Big Tech partners on board. Now of course a joint PR won’t contain any critical notes, but it would benefit everyone if the Blender Foundation shares their position on the use of AI, what they considers healthy and ethical, and which companies practice ethical data collection for training their models.

As it stands, to me personally “AI” does not align with “Freedom”, or with the general ethics of the Blender community.

Some Final Words of Warning (read this!)

The Blender MCP provides the execute_blender_code tool, and allowing an AI agent to execute code unsupervised is a Bad Idea.

Remember that Blender has OS-level un-sandboxed access (which has always been a weirdly unpatched security hole in Blender, but I digress), and that a rogue agent can wreak havoc on your system. Now you know.

Advertisement