
Tripo 3D
OfficialConnects AI assistants to Tripo's text-to-3D generation API and provides Blender scene manipulation tools. Generate 3D models from text prompts and control Blender objects programmatically.
What it does
- Generate 3D models from text using Tripo AI
- Create and modify Blender objects
- Set materials and lighting in Blender scenes
- Execute custom Python code in Blender
- Download assets from Polyhaven library
- Query Blender scene information
Best for
Tools (15)
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
Create a new object in the Blender scene. Parameters: - type: Object type (CUBE, SPHERE, CYLINDER, PLANE, CONE, TORUS, EMPTY, CAMERA, LIGHT) - name: Optional name for the object - location: Optional [x, y, z] location coordinates - rotation: Optional [x, y, z] rotation in radians - scale: Optional [x, y, z] scale factors
Modify an existing object in the Blender scene. Parameters: - name: Name of the object to modify - location: Optional [x, y, z] location coordinates - rotation: Optional [x, y, z] rotation in radians - scale: Optional [x, y, z] scale factors - visible: Optional boolean to set visibility
Delete an object from the Blender scene. Parameters: - name: Name of the object to delete