export_model
Export 3D scenes to glb, gltf, fbx, obj, or Alembic. Use Alembic to preserve baked water and physics animations for other applications.
Instructions
Export to glb/gltf/fbx/obj, or .abc (Alembic) which also carries the animated water surface. 장면을 내보낸다. .abc 로 하면 물 표면과 조각 움직임이 프레임마다 구워져 다른 프로그램에서 그대로 보인다. bake_physics=True 면 조각 물리를 키프레임으로 굽는다(되돌릴 수 없으니 먼저 snapshot). 연기(볼륨)는 어떤 형식으로도 나가지 않는다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| names | No | ||
| bake_physics | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |