Help converting -all- .dat parts to fbx/obj/stl/usd/anyConventionalFileFormat


RE: Help converting -all- .dat parts to fbx/obj/stl/usd/anyConventionalFileFormat
#8
i got it to work with this:

@echo off
set sourcedir=F:\ldview iter test\parts
set exportdir=F:\ldview iter test\stlexp

for %%f in ("%sourcedir%\*.dat") do (
    "E:\LEGO\LDraw suite\LDView\LDView64.exe" -ExportFile="%exportdir%\%%~nf.stl" "%%f"
)


but for some reason its exporting parts super small
Reply
« Next Oldest | Next Newest »



Messages In This Thread
RE: Help converting -all- .dat parts to fbx/obj/stl/usd/anyConventionalFileFormat - by Kuemmerle - 2023-06-23, 5:34

Forum Jump:


Users browsing this thread: 1 Guest(s)