
Blender
Connects Blender to Claude AI, letting you create and modify 3D scenes, objects, and materials using natural language prompts. Claude can execute Python code directly in Blender and access asset libraries.
What it does
- Execute Python code in Blender
- Create and modify 3D objects through prompts
- Download and apply textures from Poly Haven
- Capture viewport screenshots
- Inspect scene and object properties
- Generate 3D models with AI tools
Best for
Tools (21)
Get detailed information about the current Blender scene
Get detailed information about a specific object in the Blender scene. Parameters: - object_name: The name of the object to get information about
Capture a screenshot of the current Blender 3D viewport. Parameters: - max_size: Maximum size in pixels for the largest dimension (default: 800) Returns the screenshot as an Image.
Execute arbitrary Python code in Blender. Make sure to do it step-by-step by breaking it into smaller chunks. Parameters: - code: The Python code to execute
Get a list of categories for a specific asset type on Polyhaven. Parameters: - asset_type: The type of asset to get categories for (hdris, textures, models, all)