This extension allows you to use Blender with natural language commands using OpenAI's GPT-4
 
 
 
Go to file
AaryaGadekar 12e226817a added global context window 2023-03-23 12:02:05 +05:30
lib first commit 2023-03-21 19:17:11 +05:30
README.md README 2023-03-23 09:09:34 +05:30
__init__.py added global context window 2023-03-23 12:02:05 +05:30
requirements.txt first commit 2023-03-21 19:17:11 +05:30

README.md

GPT-4 X Blender

Buy Me A Coffee

This extension allows you to use Blender with natural language commands using OpenAI's GPT-4

GPT-4 X Blender

Features

  • Generate Blender Python code from natural language commands
  • Integrated with Blender's UI for easy usage
  • Supports Blender version 3.0.0 and above

Installation

  1. Download the latest release from GitHub
  2. Open Blender, go to Edit > Preferences > Add-ons > Install
  3. Select the downloaded ZIP file and click Install Add-on
  4. Enable the add-on by checking the checkbox next to GPT-4 Blender Assistant
  5. Paste your OpenAI API key in the Addon preferences menu.
  6. To view the code generations in realtime, go to Window > Toggle System Console

Usage

  1. In the 3D View, open the sidebar (press N if not visible) and locate the GPT-4 Assistant tab
  2. Type a natural language command in the input field, e.g., "create a cube at the origin"
  3. Click the Execute button to generate and execute the Blender Python code

Requirements

  • Blender 3.0.0 or later
  • OpenAI API key

Limitations

  • The generated code might not always be correct. In that case, run it again lmao.