Engine2026/engine/Assets/export_embedded_fbx.py
Claire Schwarzer dc5654ba9a restructure v2
2026-07-08 14:24:34 +02:00

4 lines
No EOL
109 B
Python

import bpy
import sys
bpy.ops.export_scene.fbx(filepath=sys.argv[-1], path_mode='COPY', embed_textures=True)