mirror of
https://github.com/OpenFusionProject/scripts.git
synced 2024-11-22 06:00:05 +00:00
Export as OBJ
This commit is contained in:
parent
131297552e
commit
20d5f6231c
@ -77,8 +77,8 @@ def rip_terrain_mesh(f, outpath):
|
|||||||
bpy.ops.object.mode_set(mode="OBJECT")
|
bpy.ops.object.mode_set(mode="OBJECT")
|
||||||
bpy.ops.object.select_all(action='SELECT')
|
bpy.ops.object.select_all(action='SELECT')
|
||||||
name = terrainData['m_Name']
|
name = terrainData['m_Name']
|
||||||
outfile = f"{name}.fbx"
|
outfile = f"{name}.obj"
|
||||||
bpy.ops.export_scene.fbx(filepath=os.path.join(outpath, outfile))
|
bpy.ops.export_scene.obj(filepath=os.path.join(outpath, outfile))
|
||||||
|
|
||||||
# select modified vertices
|
# select modified vertices
|
||||||
#bpy.ops.object.mode_set(mode="EDIT")
|
#bpy.ops.object.mode_set(mode="EDIT")
|
||||||
|
Loading…
Reference in New Issue
Block a user