[LDPE] 1.8.59 Released (bugfixes for view rotation, Ytruder, hidden lines) - 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.59 Released (bugfixes for view rotation, Ytruder, hidden lines) (/thread-26540.html) |
1.8.59 Released (bugfixes for view rotation, Ytruder, hidden lines) - Nils Schmidt - 2022-07-05 Hi, here are just 3 more bugfixes I had to fix one new issue from the 1.8.58 release. 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 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: 1.8.59 Released (bugfixes for view rotation, Ytruder, hidden lines) - Max Murtazin - 2022-07-05 Found two issues: 1. Can't scale rect2p when using scale selection action 2. On Mac, key combinations don't work when keyboard language isn't english Broken key combinations on Mac (e.g. for a French keyboard) - Nils Schmidt - 2022-07-05 (2022-07-05, 20:42)Max Murtazin Wrote: Found two issues: I can't reproduce this. How is it reproducible? (2022-07-05, 20:42)Max Murtazin Wrote: 2. On Mac, key combinations don't work when keyboard language isn't english What key combinations are affected? What language is configured? RE: 1.8.59 Released (bugfixes for view rotation, Ytruder, hidden lines) - Max Murtazin - 2022-07-05 About key combinations, any key combination with "command" key doesn't work About scaling rect2p, got that also on Mac but can't test if there is same thing on Windows:
RE: Broken key combinations on Mac (e.g. for a French keyboard) - Nils Schmidt - 2022-07-06 (2022-07-05, 23:53)Max Murtazin Wrote: About key combinations, any key combination with "command" key doesn't work Thanks, I reproduced the problem on Mac with a French keyboard layout. It even crashed the application. I was not able yet, to find out why. I think it is related to the UI framework and how it is processing the keyboard events on Mac. |