cookery/core/blender-fbx-export.py

4 lines
123 B
Python
Raw Normal View History

2020-04-21 00:11:04 +02:00
import bpy
import sys
bpy.ops.export_scene.fbx(filepath='D:\\Program Files\\exported.fbx', axis_forward='-Z', axis_up='Y')