This addon allows you to use Blender with natural language commands using OpenAI's GPT-3.5/GPT-4
💡 Code generations by the more powerful model, GPT-4 are remarkably higher quality than GPT-3.5. Unfortunately, the model is only available via the waitlist. This addon also has a Pro version that is powered by GPT-4 and does not require you to have an OpenAI account. Available for purchase for a one-time charge of $29.99: https://gd3kr.gumroad.com/l/blendergptpro
- Generate Blender Python code from natural language commands
- Integrated with Blender's UI for easy usage
- Supports Blender version 3.0.0 and above
- Clone this repository by clicking
Code > Download ZIP
on GitHub - Open Blender, go to
Edit > Preferences > Add-ons > Install
- Select the downloaded ZIP file and click
Install Add-on
- Enable the add-on by checking the checkbox next to
GPT-4 Blender Assistant
- Paste your OpenAI API key in the Addon preferences menu.
- To view the code generations in realtime, go to
Window > Toggle System Console
- In the 3D View, open the sidebar (press
N
if not visible) and locate theGPT-4 Assistant
tab - Type a natural language command in the input field, e.g., "create a cube at the origin"
- Click the
Execute
button to generate and execute the Blender Python code
- Blender 3.0.0 or later
- OpenAI API key
GPT-4.Blender.Demo.mov
- The generated code might not always be correct. In that case, run it again lmao.