LDraw.org Discussion Forums
Brick-Difference a tool to get the difference of two LDraw files - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html)
+--- Forum: LDraw File Processing and Conversion (https://forums.ldraw.org/forum-22.html)
+--- Thread: Brick-Difference a tool to get the difference of two LDraw files (/thread-28743.html)



Brick-Difference a tool to get the difference of two LDraw files - Hageta - 2025-03-29

I made small tool that can be used to get the difference of two LDraw files. This tool was written with the LDraw files exported by Bricklink Studio in mind and does not support references to external submodels. This is the user interface:
   
It has two modes "Partlist" and "Difference Model". An explanation on how to use it and how to install it can be found on the GitHub repo.


RE: Brick-Difference a tool to get the difference of two LDraw files - Hageta - 2025-03-29

There is currently a bug when the file does not end with " 0 NOFILE", wich happens in a Studio model if there are no submodels.
I will fix it tommorrow.


RE: Brick-Difference a tool to get the difference of two LDraw files - Hageta - 2025-03-29

I fixed that bug and another one and published a new release:
https://github.com/Nexusnui/Brick-Difference/releases/tag/v0.1.1


RE: Brick-Difference a tool to get the difference of two LDraw files - Hageta - 2025-04-01

And another fix resolving a problem caused by the previous one -> https://github.com/Nexusnui/Brick-Difference/releases/tag/v0.1.2