4 lines
No EOL
123 B
Python
4 lines
No EOL
123 B
Python
import bpy
|
|
import sys
|
|
|
|
bpy.ops.export_scene.fbx(filepath='D:\\Program Files\\exported.fbx', axis_forward='-Z', axis_up='Y') |