(2020-02-27, 1:01)N. W. Perry Wrote: Incidentally, it also flagged my rigid (flex system) hoses as being non-rubber colored. That's intentional, since I feel like these parts are closer to the hard ABS plastic than to the softer, rubber-like "classic" hoses, but I admit that's a total guess since I don't own any of these parts in real life.Thanks a lot!
Anyway, I look forward to unlocking more of the secrets of this tool. I have a feeling it's going to crop up often in the future, as I come across various tasks that I need to do, especially to a bunch of files at once.
![Smile Smile](https://forums.ldraw.org/images/smilies/smile.png)
The rubber-color-checks are (hopefully!) marked as "hint" and have something "perhaps" in the message - that is just because I missed to change my wheel-rubber-color repeatedly. Me too having some parts with non-rubber-color by intention, so I just ignore my own hint.
![Wink Wink](https://forums.ldraw.org/images/smilies/wink.png)
![Big Grin Big Grin](https://forums.ldraw.org/images/smilies/biggrin.png)
If you need to check OMR-compliance with a bunch of files at once: if you start LDInspector with filenames as parameters, there will be no GUI but the OMR-checks will be done for each given file with output to console. I use this in my (local) git repository before I commit "almost done" models. If you use my starter-script, just add "$@" at the end:
Code:
java -.... ldinsp.LDInspector "$@"
If there are other tasks that may fit your batch processing needs (e.g. export to OBJ format), please let me know - should be done easily.