Tripo 3D

Tripo 3D

Official
vast-ai-research

Connects 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.

179762 views27Local (stdio)

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

3D artists prototyping concepts from descriptionsGame developers creating assets quicklyAutomated 3D content generation workflowsAI-assisted Blender scene setup
Text-to-3D generation via Tripo AIDirect Blender integrationAlpha stage - actively developing

Tools (15)

get_scene_info

Get detailed information about the current Blender scene

get_object_info

Get detailed information about a specific object in the Blender scene. Parameters: - object_name: The name of the object to get information about

create_object

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_object

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_object

Delete an object from the Blender scene. Parameters: - name: Name of the object to delete

Alternatives