[LDPE] 1.8.62 Released (bugfix for PrimGen2, bugfix for TEXMAP) - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: Parts Author Tools (https://forums.ldraw.org/forum-24.html) +--- Thread: [LDPE] 1.8.62 Released (bugfix for PrimGen2, bugfix for TEXMAP) (/thread-26658.html) |
[LDPE] 1.8.62 Released (bugfix for PrimGen2, bugfix for TEXMAP) - Nils Schmidt - 2022-08-28 Hey, this release includes three bugfixes. One corrects the condlines which are generated by PrimGen2 for all tori types. The problem: the condline coordinate was calculated in a different way than the coordinate of the quad, which resulted in minor differences. The other two bugfixes are solving display problems with TEXMAP. I noticed the issues while I was checking 2454aps5.dat. As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (3 bug fixes) With this release the following critical issues are fixed:
The program was tested intensively with "real world" files. However, something can go wrong in about 140.000 lines of code. Installation on Windows:
I listen carefully to your requests and possible complaints. Please leave me a message, with your thoughts and wishes to further improve the software. LDPE is a 3D CAD application: The overall system requirements are higher. While I recommend to use a powerful 64-bit multicore system, it could be possible, to run LDPE on older machines as well. System Requirements: Minimum System Requirements:
RE: [LDPE] 1.8.62 Released (bugfix for PrimGen2, bugfix for TEXMAP) - Willy Tschager - 2022-09-06 As a user I want LDPE to start up in full screen or at least in the state I closed the prog or the status I saved under "Save User Settings..." w. RE: [LDPE] 1.8.62 Released (bugfix for PrimGen2, bugfix for TEXMAP) - Willy Tschager - 2022-09-08 As a user I'd like to have a Line size 5, 6, 7 button As a user I'd like to have a customizable Line size button where I can set the thickness of the line myself. w. RE: [LDPE] 1.8.62 Released (bugfix for PrimGen2, bugfix for TEXMAP) - Nils Schmidt - 2022-09-11 (2022-09-06, 14:21)Willy Tschager Wrote: As a user I want LDPE to start up in full screen or at least in the state I closed the prog or the status I saved under "Save User Settings..." Thanks, I created issue #931. RE: [LDPE] 1.8.62 Released (bugfix for PrimGen2, bugfix for TEXMAP) - Nils Schmidt - 2022-09-11 (2022-09-08, 10:55)Willy Tschager Wrote: As a user I'd like to have a Line size 5, 6, 7 button Thanks Willy. I created issue #929 and #930. RE: [LDPE] 1.8.62 Released (bugfix for PrimGen2, bugfix for TEXMAP) - Max Murtazin - 2022-09-18 Can there be an LDPE auto-updater? I think it would be pretty useful to just see if an update is out when you launch it, instead of having to regulary check the forum to see if there is a new version RSS feed for new releases - Nils Schmidt - 2022-09-19 (2022-09-18, 19:29)Max Murtazin Wrote: Can there be an LDPE auto-updater? I think it would be pretty useful to just see if an update is out when you launch it, instead of having to regulary check the forum to see if there is a new version There was an update script, but I don't support this anymore. The effort for this feature does not justify its benefits. You can subscribe to my RSS feed on sourceforge, if you like! (I know, I know, the kids do not use RSS these days ;) ) https://sourceforge.net/p/partcreator/activity/feed Why I don't implement this: The auto-updater should be able to replace an existing installation in a secure manner, which is not so trivial! LDPE is not a single file, which you can replace easily, it comes with a standalone runtime and additional native libraries. RE: RSS feed for new releases - Cam's Bricks - 2022-09-20 (2022-09-19, 19:56)Nils Schmidt Wrote: There was an update script, but I don't support this anymore. The effort for this feature does not justify its benefits. perhaps a simple script to check the RSS for a new version and notify? with the ability to disable update checks as well. RE: [LDPE] 1.8.62 Released (bugfix for PrimGen2, bugfix for TEXMAP) - Willy Tschager - 2022-09-22 As a user I'd like to see the D value of the distance meter not only shown in "LDU" but also in "mm" and "Stud": D = 38.0000 LDU, 15.2 mm, 1.9 Stud w. Distance meter not only shown in "LDU" but also in "mm" and "Stud" - Nils Schmidt - 2022-09-22 (2022-09-22, 9:02)Willy Tschager Wrote: As a user I'd like to see the D value of the distance meter not only shown in "LDU" but also in "mm" and "Stud": I created issue #935. You will be able to change the length of the distance meter (LDU + mm) in the selection tab, too. The implementation result will be similar to this: Code: D = 38.0000 RE: Distance meter not only shown in "LDU" but also in "mm" and "Stud" - Willy Tschager - 2022-09-22 Many thanks Nils! w. RE: [LDPE] 1.8.62 Released (bugfix for PrimGen2, bugfix for TEXMAP) - Magnus Forsberg - 2022-09-25 Is this correct or intended behaviour, using PrimGen2 in LDPE? The 48\ is missing infront of the file name in mixed mode primitives. The licence say "4.0" And the control points are placed very far away, but only on one side. Primgen2.X details - Nils Schmidt - 2022-09-27 (2022-09-25, 11:29)Magnus Forsberg Wrote: Is this correct or intended behaviour, using PrimGen2 in LDPE?
Code: 0 Mixed-Mode Torus Outside 1 x 0.1333 x 0.125 RE: Primgen2.X details - Orion Pobursky - 2022-09-27 (2022-09-27, 18:34)Nils Schmidt Wrote: The licence switch to 4.0 was intentional by me. I don't know if this is problematic, since primitives are intended to be used by someone else. It's not really problematic but the change over hasn't happened yet in the Official Library, RE: Primgen2.X details - Magnus Forsberg - 2022-09-27 (2022-09-27, 18:34)Nils Schmidt Wrote: Looks like something goes wrong when the "code" is moved from the PrimGen to the text editor in the save process. I can see the 48\ in PrimGen, but after I click Save as, and it's showed in the editor, it's gone. But if I instead click Ok in PrimGen, the code is showed in the editor and the 48\ is kept. I can then save the file using Save as in the editor. RE: Primgen2.X details - Nils Schmidt - 2022-09-29 (2022-09-27, 20:25)Magnus Forsberg Wrote: Looks like something goes wrong when the "code" is moved from the PrimGen to the text editor in the save process. Thanks Magnus! I created issue #936. It will be solved with the upcoming release in October 2022. RE: [LDPE] 1.8.62 Released (bugfix for PrimGen2, bugfix for TEXMAP) - Willy Tschager - 2022-09-30 As a user I'd like to copy error/warning messages such as "Invalid use of 'BFC INVERTNEXT' /Flat subfile - line 13" to the clipboard to paste it to the PT. BTW I don't have the slightest clue what the [numbers] behind the line numbers stand for. w. Copy hints/warnings/errors to the clipboard - Nils Schmidt - 2022-09-30 (2022-09-30, 8:42)Willy Tschager Wrote: As a user I'd like to copy error/warning messages such as "Invalid use of 'BFC INVERTNEXT' /Flat subfile - line 13" to the clipboard to paste it to the PT. Thanks Willy! I created issue #937. It will be part of the next LDPE release. The [numbers] indicate the absolute character position of the issue, this is more technical and not really necessary. |