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


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

Try doing an STL export from the LDView UI, then go to the export options and check the units. Choose and appropriate unit and export to verify. The command line should use the most recently selected units from LDView UI.
Reply
« Next Oldest | Next Newest »



Messages In This Thread
RE: Help converting -all- .dat parts to fbx/obj/stl/usd/anyConventionalFileFormat - by Travis Cobbs - 2023-06-23, 17:13

Forum Jump:


Users browsing this thread: 1 Guest(s)