![]() |
[LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - 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.63 Released (usability / custom line size / bug fixes) (/thread-26713.html) |
[LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - Nils Schmidt - 2022-09-30 Hi, this release will add five small improvements and fixes one bug regarding the "Save As..." button. ![]() As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (5 new features and 1 bug fix) With this release you will be able to...
The following critical issues were 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.63 Released (usability / custom line size / bug fixes) - Willy Tschager - 2022-10-01 (2022-09-30, 21:21)Nils Schmidt Wrote: You should have called it "Willy"-Edition ![]() w. RE: [LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - Willy Tschager - 2022-10-01 As a user I'd like to have the "Copy" command in the contextual of the "Problems" tab, mirrored to the icon bar at the bottom of the tab. w. RE: [LDPE] / Rectifier - Philippe Hurbain - 2022-10-06 - Following this review I think it would be good to set "Rectifier does not convert quad to rect when the quad has adjacent condline(s). This may improve smooth shading of the part." as default option of Rectifier tool. - A more personal wish: I'd like "verbose" option be common to all tools, and be remembered between sessions. RE: [LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - Willy Tschager - 2022-10-17 Bug: The tabs in the 3D editor can't be moved around any longer. Text editor not affected. w. "Copy" command for "Problems" tab - Nils Schmidt - 2022-10-18 (2022-10-01, 13:24)Willy Tschager Wrote: As a user I'd like to have the "Copy" command in the contextual of the "Problems" tab, mirrored to the icon bar at the bottom of the tab. Thanks Willy, I created an issue for the next release (#983). RE: [LDPE] / Rectifier + Tool verbosity - Nils Schmidt - 2022-10-18 (2022-10-06, 14:41)Philippe Hurbain Wrote: - Following this review I think it would be good to set "Rectifier does not convert quad to rect when the quad has adjacent condline(s). This may improve smooth shading of the part." as default option of Rectifier tool. Thanks Philo, I created issue #939 (Rectifier) and #940 (verbosity). RE: [LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - Nils Schmidt - 2022-10-18 (2022-10-17, 16:19)Willy Tschager Wrote: Bug: I created issue #941. The tabs in the 3D editor were always at fixed position as far as I know. This bug occurs on older versions of LDPE, too. RE: [LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - Max Murtazin - 2022-10-31 Nils, could you add an option to multiply values directly in lines, not just in constants? I mean, do something like this: 2 24 0 0 0 1*2 3*4 5*6 Would find this option pretty helpful Multiply values directly in lines? - Nils Schmidt - 2022-11-10 (2022-10-31, 16:54)Max Murtazin Wrote: Nils, could you add an option to multiply values directly in lines, not just in constants? Hi Max, how should I deal with warnings, since this line is not allowed in an official file? It is not so easy to interpret each number as a potential calculation and show a warning if the value is calculated and what its result is. I would rather like to introduce other features for the text editor instead. One thing I wanted to do a long time ago is for example auto-completion in the text editor, then you don't need to remember all meta commands anymore and can type faster. Cheers, Nils RE: [LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - Willy Tschager - 2022-11-10 Nils, it irritates me to no end that after running Edger I have to save the file before I can do anything in the Text editor. w. RE: Multiply values directly in lines? - Max Murtazin - 2022-11-11 (2022-11-10, 20:51)Nils Schmidt Wrote: Hi Max, I think that a use of "*", "+", etc. anywhere but in last argument of line 1 should clearly signify that it is a calculation Warning, I believe, could be added by the same function that handles detection of calculation being present, and would ideally be like the const stuff I am perfectly fine if you would not implement such a feature, but it being present will be appreciated RE: [LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - N. W. Perry - 2022-11-16 Maybe this is already covered somewhere, but I'd love to be able to choose a different location for the error log, settings, and plugin and temp-project folders. They just look untidy sitting loose in my home folder somehow… RE: Multiply values directly in lines? - Max Martin Richter - 2022-11-21 (2022-11-11, 8:21)Max Murtazin Wrote: I think that a use of "*", "+", etc. anywhere but in last argument of line 1 should clearly signify that it is a calculation Maybe using round brackets for the term which can be calculated by using a button at the very end of the parts creation. RE: [LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - Willy Tschager - 2022-12-02 Switching from one size of edges to another sometimes it take ages until LDPE updates the screen, while you get the new size immediately when you click another tab and return to the tab you worked on - there is no waiting time. w. RE: [LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - Willy Tschager - 2023-01-13 The Alt+V shortcut usually works once. Afterwards you have to go through the menu to split something. w. RE: [LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - Max Murtazin - 2023-02-10 LDPE recognizes control points as vertices for "merge to nearest vertex". Looks a bit of problem to me because that doesn't look like intended behavior RE: [LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - Nils Schmidt - 2023-02-14 (2023-02-10, 15:57)Max Murtazin Wrote: LDPE recognizes control points as vertices for "merge to nearest vertex". Looks a bit of problem to me because that doesn't look like intended behavior Thanks, Max. I created issue #945 (https://github.com/nilsschmidt1337/ldparteditor/issues/945). RE: [LDPE] 1.8.63 Released (usability / custom line size / bug fixes) - Nils Schmidt - 2023-02-14 (2023-01-13, 8:42)Willy Tschager Wrote: The Alt+V shortcut usually works once. Afterwards you have to go through the menu to split something. I cannot reproduce this issue. Are there some steps to reproduce this problem? |