vrc_import_model
Import 3D model files (FBX/VRM/OBJ) and auto-fix them for VRChat, handling axis conversion, applying transforms, and reporting model statistics.
Instructions
Import a model file (FBX/VRM/OBJ) and optionally auto-fix it for VRChat. Handles axis conversion, applies transforms, and reports model stats.
Parameters:
filepath: Path to the model file
auto_fix: Run vrc_fix_model after import (default: True)
fbx_preset: FBX axis preset — "default", "unity", "mixamo", or "mmd" (default: "default")
apply_transforms: Apply location/rotation/scale on imported objects (default: True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto_fix | No | ||
| filepath | Yes | ||
| fbx_preset | No | default | |
| apply_transforms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |