Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help converting -all- .dat parts to fbx/obj/stl/usd/anyConventionalFileFormat
Post: RE: Help converting -all- .dat parts to fbx/obj/st...

after making that, i also made this python script to rename everything if u want: Code: -- import os import re import shutil def rename_files(dir_path):     print(f"Looking for .dat files in...
Kuemmerle LDraw File Processing and Conversion 10 6,098 2023-06-24, 1:02
    Thread: Help converting -all- .dat parts to fbx/obj/stl/usd/anyConventionalFileFormat
Post: RE: Help converting -all- .dat parts to fbx/obj/st...

Travis Cobbs Wrote: (2023-06-23, 17:13) -- 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...
Kuemmerle LDraw File Processing and Conversion 10 6,098 2023-06-24, 0:28
    Thread: Help converting -all- .dat parts to fbx/obj/stl/usd/anyConventionalFileFormat
Post: RE: Help converting -all- .dat parts to fbx/obj/st...

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\LD...
Kuemmerle LDraw File Processing and Conversion 10 6,098 2023-06-23, 5:34
    Thread: Methods of converting the entire parts library to mesh, with connection data
Post: Methods of converting the entire parts library to ...

Hello everyone, this is my first post on here and ill admit to not having all that much knowledge on ldcad. I do have a project for an online editor where people can utilize an ai model to connect bet...
Kuemmerle LDraw File Processing and Conversion 0 453 2023-06-20, 14:52