RE: Help converting -all- .dat parts to fbx/obj/stl/usd/anyConventionalFileFormat
2023-06-23, 5:34
2023-06-23, 5:34
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
@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