![]() |
LDInspector - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: LDraw Editors and Viewers (https://forums.ldraw.org/forum-11.html) +--- Thread: LDInspector (/thread-23882.html) |
RE: LDInspector Windows installer update - Jaco van der Molen - 2022-03-16 (2022-03-16, 8:59)Stefan Frenz Wrote: Thanks for re-testing and your report. I used that link, but AFAICT this resulted in the old zip. Forcing reload helped and now I see the referring downloads to the 17.0.2 versions. I will have to test on another laptop if the download of the FX does work now. RE: LDInspector Windows installer update - Jaco van der Molen - 2022-03-16 While working with LDInspector, I see this in a partslist of my model What does that mean? One other informative question: what does CS stand for in the partslist? RE: LDInspector Windows installer update - Stefan Frenz - 2022-03-16 (2022-03-16, 11:31)Jaco van der Molen Wrote: What does that mean? LDInspector remembers where it has found information about a part and prints them in the partlist as origin. Possible values are:
"CS" is just "column selected file", and then there are C1, C2, ... as "additional numbered columns". RE: LDInspector Windows installer update - Jaco van der Molen - 2022-03-16 (2022-03-16, 12:45)Stefan Frenz Wrote: LDInspector remembers where it has found information about a part and prints them in the partlist as origin. Possible values are: Ok, in this case it is just good old brick 2x4 part 3001. How is that not official? I have a few other bricks that have that tag too. As for CS... Ah, OK. Perhaps add a tooltip when one is hovering over such column header that says what said abbrieviation means? RE: LDInspector Windows installer update - Stefan Frenz - 2022-03-16 (2022-03-16, 12:49)Jaco van der Molen Wrote: Ok, in this case it is just good old brick 2x4 part 3001. How is that not official? I have a few other bricks that have that tag too. Hmmmmm, this part should indeed be listed as official. ![]() The tool tips will be added, thanks for the note. RE: LDInspector Windows installer update - Jaco van der Molen - 2022-03-16 (2022-03-16, 13:08)Stefan Frenz Wrote: Hmmmmm, this part should indeed be listed as official. OK, I am sure it is not lined. Or else something really strange happened, alas I cannot find it in the LDraw file. Occurs with brick 3001, and 3003, 3005 and 3795 too. I only used official bricks. I can e-mail you the file (strictly confidential and FYEO) to ldraw at fam-frenz dot de? LDInspector update - Stefan Frenz - 2022-03-17 Thanks to Jaco's suggestions now there is a new current version of LDInspector. Main changes are:
RE: LDInspector update - Jaco van der Molen - 2022-03-17 (2022-03-17, 8:51)Stefan Frenz Wrote: Thanks to Jaco's suggestions now there is a new current version of LDInspector. Main changes are: That is quick. Thanks, I will check it out. RE: LDInspector update - N. W. Perry - 2022-03-17 (2022-03-17, 8:51)Stefan Frenz Wrote: Thanks to Jaco's suggestions now there is a new current version of LDInspector. Main changes are: Hmm, this broke my copy. I replaced the old .jar file with this one, ran my usual launcher script, and got this error message in Terminal: Code: Error: Could not find or load main class ldinsp.LDInspector in module LDInspector Methinks I've just forgotten the correct way to install updates… RE: LDInspector update - Stefan Frenz - 2022-03-17 (2022-03-17, 13:41)N. W. Perry Wrote: Hmm, this broke my copy. I replaced the old .jar file with this one, ran my usual launcher script, and got this error message in Terminal: Yes, I'm sorry: the packaging has changed some time ago. The start class is now ldinsp.guifx.starter.LDIGuiStarter (so there is "guifx.starter." added and the class name is replaced and now reads "LDIGuiStarter" instead of "LDInspector"). The complete start command should be something like Code: java --module-path .:javafx-sdk-13.0.2/lib/ -m LDInspector/ldinsp.guifx.starter.LDIGuiStarter I hope this brings LDInspector back! ![]() RE: LDInspector update - N. W. Perry - 2022-03-18 (2022-03-17, 13:45)Stefan Frenz Wrote: Yes, I'm sorry: the packaging has changed some time ago. The start class is now ldinsp.guifx.starter.LDIGuiStarter (so there is "guifx.starter." added and the class name is replaced and now reads "LDIGuiStarter" instead of "LDInspector"). The complete start command should be something like That did the trick! LDInspector mini-update - Stefan Frenz - 2022-03-18 mini-update: added progress for collision check to give a feeling how long it will take on big models. RE: LDInspector version 0.7 - Stefan Frenz - 2022-09-28 Today I released version 0.7 as current version, main changes since 0.6 are
RE: LDInspector - Stefan Frenz - 2022-10-06 If you can't get it running or if you have any suggestions, please let me know. RE: LDInspector - N. W. Perry - 2023-11-20 Not sure if you're still actively updating, but I notice that the 4.0 license need to be added for OMR check purposes. (Also true for MPDCenter, by the way.) RE: LDInspector - Stefan Frenz - 2023-11-20 Thanks for your message. ![]() Code: 0 !LICENSE Licenced under CC BY 2.0 and CC BY 4.0 : see CAreadme.txt I completely missed ![]() Code: 0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt RE: LDInspector - Orion Pobursky - 2023-11-20 I'll get the docs fixed. They're due for an update anyway. RE: LDInspector - N. W. Perry - 2023-11-20 (2023-11-20, 7:53)Stefan Frenz Wrote: Thanks for your message. Thanks! And just to note, the string I understand to be current is this: Code: Licensed under CC BY 4.0 : see CAreadme.txt It would be worthwhile to add both—unless the OMR will only accept full 4.0 licences going forward? RE: LDInspector - Orion Pobursky - 2023-11-20 (2023-11-20, 19:57)N. W. Perry Wrote: Unless the OMR will only accept full 4.0 licences going forward? All new models must use 4.0 RE: LDInspector - Roland Melkert - 2023-11-20 (2023-11-20, 7:53)Stefan Frenz Wrote: I will add the license string I found in LDCad 1.7-Beta-1 FYI: default licenses hardcoded into LDCad are: Code: const char appDef_LDrawDefLic_CCAL2and4[]="Licenced under CC BY 2.0 and CC BY 4.0 : see CAreadme.txt"; appDef_LDrawDefLic_CCAL4 is the current LDraw.org official one. I removed the 2.0 only one in 1.7, but it might still be in people's main.cfg RE: LDInspector - N. W. Perry - 2023-11-21 (2023-11-20, 22:54)Roland Melkert Wrote: FYI: default licenses hardcoded into LDCad are: Oh, that's right—I added my own string to the .cfg to correct the spelling of "licensed". (In Australian English, only the noun is spelled with the -ce ending.) So I have both versions. :-) RE: LDInspector - Stefan Frenz - 2023-11-21 (2023-11-20, 22:54)Roland Melkert Wrote: FYI: default licenses hardcoded into LDCad are: Thanks a lot! ![]() Which ones are valid for OMR? I would only allow those for LDInspector to be reported as "valid license"... Thanks in advance! RE: LDInspector - Orion Pobursky - 2023-11-21 (2023-11-21, 8:06)Stefan Frenz Wrote: Which ones are valid for OMR? All new models: Code: 0 !LICENSE Licensed under CC BY 4.0 : see CAreadme.txt Models with revisions and some embedded parts: Code: 0 !LICENSE Licensed under CC BY 2.0 and CC BY 4.0 : see CAreadme.txt The legacy line may appear in embedded parts: Code: 0 !LICENSE Redistributable under CCAL version 2.0 : see CAreadme.txt RE: LDInspector - Stefan Frenz - 2023-11-21 Thank you, next version will accept all and recommend the first one. ![]() RE: LDInspector - Orion Pobursky - 2023-11-22 (2023-11-20, 13:42)Orion Pobursky Wrote: I'll get the docs fixed. They're due for an update anyway. All relevant docs are now updated. RE: LDInspector - Stefan Frenz - 2023-12-17 Today I released version 0.8 as current version, main changes since 0.7 are
Thanks again for all contributions and feedback. |