A web application that generates Python Blender scripts using AI models through OpenRouter.
- Generate Blender scripts using AI
- Modern web interface
- Real-time script generation
- Copy to clipboard functionality
- Syntax highlighting
- Clone the repository
- Install dependencies:
pip install -r requirements.txt
- Create a
.envfile in the root directory with your OpenRouter API key:OPENROUTER_API_KEY=your_api_key_here - Run the application:
uvicorn main:app --reload
- Open your browser and navigate to
http://localhost:8000 - Enter your prompt describing the Blender script you want to generate
- Click "Generate" and wait for the AI to create your script
- Copy the generated script and use it in Blender
- Python 3.8+
- OpenRouter API key
- Modern web browser
MIT License