LDraw.org Discussion Forums

Full Version: Brick-Difference a tool to get the difference of two LDraw files
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:
[attachment=12628]
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.
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.
I fixed that bug and another one and published a new release:
https://github.com/Nexusnui/Brick-Differ...tag/v0.1.1
And another fix resolving a problem caused by the previous one -> https://github.com/Nexusnui/Brick-Differ...tag/v0.1.2