Skip to main content
Glama

BlenderMCP

generate_hyper3d_model_via_images

Create 3D models from images using Hyper3D, import them into Blender with built-in materials, and adjust scaling as needed. Supports image paths or URLs based on Hyper3D Rodin mode.

Instructions

Generate 3D asset using Hyper3D by giving images of the wanted asset, and import the generated asset into Blender. The 3D asset has built-in materials. The generated model has a normalized size, so re-scaling after generation can be useful.

Parameters:

  • input_image_paths: The absolute paths of input images. Even if only one image is provided, wrap it into a list. Required if Hyper3D Rodin in MAIN_SITE mode.
  • input_image_urls: The URLs of input images. Even if only one image is provided, wrap it into a list. Required if Hyper3D Rodin in FAL_AI mode.
  • bbox_condition: Optional. If given, it has to be a list of ints of length 3. Controls the ratio between [Length, Width, Height] of the model.

Only one of {input_image_paths, input_image_urls} should be given at a time, depending on the Hyper3D Rodin's current mode. Returns a message indicating success or failure.

Input Schema

NameRequiredDescriptionDefault
bbox_conditionNo
input_image_pathsNo
input_image_urlsNo

Input Schema (JSON Schema)

{ "properties": { "bbox_condition": { "default": null, "items": { "type": "number" }, "title": "Bbox Condition", "type": "array" }, "input_image_paths": { "default": null, "items": { "type": "string" }, "title": "Input Image Paths", "type": "array" }, "input_image_urls": { "default": null, "items": { "type": "string" }, "title": "Input Image Urls", "type": "array" } }, "title": "generate_hyper3d_model_via_imagesArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ahujasid/blender-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server