4 lines
No EOL
109 B
Python
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) |