blender_get_supported_formats
Discover supported file formats for import and export operations in Blender. Use this tool to plan asset workflows and choose appropriate formats based on capabilities and recommended use cases.
Instructions
List all supported file formats for import and export operations.
Provides comprehensive format information with capabilities and recommended use cases.
Args:
operation (enum): Filter by operation type (import, export, both)
Returns: Detailed list of supported formats with capabilities and use cases
Examples:
All formats: operation="both"
Import only: operation="import"
Export only: operation="export"
Use when: Planning asset workflows, choosing formats, understanding capabilities Don't use when: Actual import/export operations (use import_asset/export_asset instead)
Performance: Instant operation, negligible performance impact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | Filter by operation type | both |