Skip to main content
Glama

import_file

Import 3D models and assets into Autodesk 3ds Max scenes from external files. Supports formats like FBX, OBJ, ABC, STL, and 3DS to add objects to your current project.

Instructions

在 3ds Max 中导入外部文件。

支持的格式包括 FBX、OBJ、Alembic(ABC)、STL、3DS 等 3ds Max 能识别的文件格式。 导入的对象将被添加到当前场景中。

Args: file_path: 要导入的文件完整路径。 支持的常见格式:.fbx, .obj, .abc, .stl, .3ds, .dae 等。

Returns: dict: 操作结果。 - success (bool): 是否成功。 - file_path (str): 导入的文件路径。 - message (str): 操作描述信息。

示例调用: import_file(file_path="C:/Models/character.fbx")

示例调用: import_file(file_path="C:/Models/terrain.obj")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes

Latest Blog Posts

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/317431629/3dsMaxMCP'

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