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