import_get_formats
Check which 3ds Max importer/exporter plugins are available before relying on a specific format. Verifies support for FBX, OBJ, glTF, USD, Alembic, STL, and 3DS.
Instructions
探测本机实际可用的导入/导出插件:用 mcpClassExists 检查 FBX/OBJ/glTF/USD/Alembic/STL/3DS 等类。在依赖特定格式前先调用它,避免盲猜。 [English] Report which importer/exporter plugins this Max can actually use: mcpClassExists is checked against the FBX/OBJ/glTF/USD/Alembic/STL/3DS classes. Call it before depending on a specific format instead of guessing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||