Skip to content
AI News HubLIVE
Original source1 min read

Using Blender with coding agents on macOS

Summary

In this TIL, Simon Willison shows how easy it is to let coding agents such as ChatGPT Codex drive Blender on macOS. After installing the app from blender.org, you can ask the model to render scenes; frontier models now generate editable .blend files, render images, and even produce movies. Three iterative prompts led to a polished 3D pelican-on-a-bicycle illustration.

Using Blender with coding agents on macOS
Report an error

The correction channel is not available yet. You can copy the article reference below for later.

Correction instructions
Read article

TIL: Using Blender with coding agents on macOS

Simon Willison’s Weblog

Subscribe

5th September 2026

TIL

Using Blender with coding agents on macOS — Modern frontier models have got *really good* at using Blender. I've been having a lot of fun trying this out recently - models can produce .blend files you can edit in Blender itself, and can also render images and even movies (by rendering a sequence of images and combining them with ffmpeg).

I've been having fun with Blender in ChatGPT Codex on my Mac recently. Getting it to work with coding agents is really easy: install the full Mac application from blender.org and run a prompt like this:

Use the already install /Applications/Blender to render a scene of a pelican riding a bicycle

In this case I followed that up with these two prompts:

OK add a background and a lot of flair

Then:

OK make it a whole lot better

And got this image, generated using Blender's Python API:

Recent articles

The Pelican comparison grid for Astra is pretty interesting - 4th September 2026

OpenAI's rogue agents were caught communicating via public wikis - 4th September 2026

Claude's new system prompt really doesn't want to reproduce song lyrics - 2nd September 2026

This is a beat by Simon Willison, posted on 5th September 2026.

ai 2,217

generative-ai 1,965

llms 1,932

blender 3

pelican-riding-a-bicycle 141

coding-agents 244

gpt-6-astra 4

Monthly briefing

Sponsor me for $10/month and get a curated email digest of the month's most important LLM developments.

Pay me to send you less!

Sponsor & subscribe

Disclosures

Colophon

©

2002

2003

2004

2005

2006

2007

2008

2009

2010

2011

2012

2013

2014

2015

2016

2017

2018

2019

2020

2021

2022

2023

2024

2025

2026

Key points and analysis

Article intelligence

EngineersBeginner

Key points

  • Installing the full macOS app from blender.org lets coding agents invoke Blender through natural-language prompts.
  • Frontier models handle Blender well: they create editable .blend files, render stills, and combine frame sequences into movies with ffmpeg.
  • Iterative follow-up prompts such as “add a background and a lot of flair” can greatly refine the final output.

Highlights and analysis are generated automatically and may contain errors. Check the original source.