code origin: https://github.com/gd3kr/BlenderGPT
blender addons tut: https://www.youtube.com/watch?v=dm5T5aOIO8Y
- 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
clear all object in this scene create a cube at the origin check the code generated by GPT check the full response use shap-e import history models how to import an obj file in blender
install Blender Development
plugin for blender addons development in vscode.