An all-in-one Blender assistant powered by GPT3/4 + Whisper integration
Download the add-on as a zip file from this repository
Open Blender editor preferences and install the zip file you just download
Enable the newly installed Blender-GPT add-on and enter your OpenAI api key in the preferences.
Carry out editor tasks via natural language including somewhat complicated prompts
Whisper integration for accurate ASR allowing one to control Blender by voice with relative ease
Uses new API structure with chat completion endpoint + System Role
Edit system prompt via add-on preference
Clear chat log
Retrieve a previous request and auto-paste into prompt input
Open the GPT-4 Assistant tab in the 3D view.
There are two way to interact with the add-on
- Clicking on the "Execute by voice" button will record speech via whisper and automatically execute the request
- Enter a prompt in the input field and click on the "Execute by text" button
The tasks this add-on is capable of is limited to the data used to train GPT3.5/4. Soon we expect things like the OpenAI retrieval plugin to make it possible to embed the entirety of the Blender python docs which may open more possibilities.