[LDPE] 1.8.77 Released (avg precision / rotation bug / triangle-to-quad conversion) - 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.77 Released (avg precision / rotation bug / triangle-to-quad conversion) (/thread-28182.html) |
[LDPE] 1.8.77 Released (avg precision / rotation bug / triangle-to-quad conversion) - Nils Schmidt - 2024-03-26 Hi, this version increases the accuracy for the calculation of the average point of the selection (affects "Move the Manipulator to the Average Point of the Selection"). It also fixes another rotation bug regarding the manipulator and corrected a minor problem with the triangle-to-quad conversion on selected objects. As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (1 new feature and 2 bug fixes) With this release you will be able to...
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.77 Released (avg precision / rotation bug / triangle-to-quad conversion) - Philippe Hurbain - 2024-03-26 Thanks a lot, Nils! RE: [LDPE] 1.8.77 Released (avg precision / rotation bug / triangle-to-quad conversion) - Magnus Forsberg - 2024-04-01 I want to move a set of primitives to a selected vertex, using Move selected Subfile to Manipulator As it is now , I have to move them one by one. And when I move them like this, they loose thier rotation. All negative values are made positive. If I select these, one by one: 1 0 -7.70209 29.6 -10 0 0 -1.34 1.34 0 0 0 1 0 1-4chrd.dat 1 0 -7.70209 29.6 -10 0 0 1.34 -1.34 0 0 0 1 0 1-4chrd.dat 1 0 -7.70209 29.6 -10 0 0 -1.34 -1.34 0 0 0 1 0 1-4chrd.dat I get this, after they are moved: 1 0 9.86791 8.6 -10 0 0 1.34 1.34 0 0 0 1 0 1-4chrd.dat 1 0 9.86791 8.6 -10 0 0 1.34 1.34 0 0 0 1 0 1-4chrd.dat 1 0 9.86791 8.6 -10 0 0 1.34 1.34 0 0 0 1 0 1-4chrd.dat RE: [LDPE] 1.8.77 Released (avg precision / rotation bug / triangle-to-quad conversion) - Nils Schmidt - 2024-04-01 (2024-04-01, 7:46)Magnus Forsberg Wrote: I want to move a set of primitives to a selected vertex, using Move selected Subfile to Manipulator edit: This is now solved with version 1.8.78! Thanks, Magnus. I created an issue (#1028). Currently, "Move selected Subfile to Manipulator" does not only move the subfile, it also copies the orientation of the manipulator to it. This can't be applied to a set of primitives, which may have all distinct orientations and scales. Not all of a vertex is rounded off - Magnus Forsberg - 2024-05-25 I see this as a problem. After I have rounded off a vertex to a defined number of decimals, the "error message" is not rounded off. And when I later try to attach something to that vertex it inherits the unrounded value of the "stored" vertex. RE: Not all of a vertex is rounded off - Nils Schmidt - 2024-05-26 (2024-05-25, 14:11)Magnus Forsberg Wrote: I see this as a problem. Thanks, Magnus. I created an issue (#1032), it will be solved in the next release. |