Transform text prompts into Blender scripts and 3D scene setups
# Your generated Blender Python script will appear here
# Describe your scene above and click "Generate Blender Script"
# Example script:
import bpy
# Clear existing objects
bpy.ops.wm.read_factory_settings(use_empty=True)
# Add a camera
bpy.ops.object.camera_add(location=(0, -10, 3))
bpy.context.scene.camera = bpy.context.object
Scene visualization will appear here after generation