everything
This commit is contained in:
parent
79fa59c3aa
commit
8998bc3936
19 changed files with 855 additions and 7504 deletions
4
engine/blend_importer/export_embedded_fbx.py
Normal file
4
engine/blend_importer/export_embedded_fbx.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import bpy
|
||||
import sys
|
||||
|
||||
bpy.ops.export_scene.fbx(filepath=sys.argv[-1], path_mode='COPY', embed_textures=True)
|
||||
Loading…
Add table
Add a link
Reference in a new issue