preparation for blend build processing

This commit is contained in:
Ziver Koc 2020-04-21 00:11:04 +02:00
parent 7950da78d8
commit 003e885cf7
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,4 @@
import bpy
import sys
bpy.ops.export_scene.fbx(filepath='D:\\Program Files\\exported.fbx', axis_forward='-Z', axis_up='Y')