![]() |
|
[LDPE] 1.9.03 Released (round single vertex / bugfix for "Replace All") - 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.9.03 Released (round single vertex / bugfix for "Replace All") (/thread-29477.html) |
[LDPE] 1.9.03 Released (round single vertex / bugfix for "Replace All") - Nils Schmidt - 2026-04-11 Hey, this release lets you round the coordinates of a single selected vertex directly in the vertex popup window. It also fixes the critical search and replace bug which was reported by N.W. Perry and improves the new auto-save feature a little bit. As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (1 new feature and 3 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.9.03 Released (round single vertex / bugfix for "Replace All") - N. W. Perry - 2026-04-11 Brilliant, thanks for the quick turnaround! Not only is the bug fixed, I can also now append a Z-coordinate (or anything else) to the end of each line in a selection, such as a group of 2D vertices pasted from Inkscape. (Of course, I realized I can even save a further step by adding the missing coordinate in the X position, in the same step where I add the !LPE VERTEX meta. So I can Find/Replace the SVG lineto commands "L " with the string "0 !LPE VERTEX 0 " and voila! instant 3D vertices.)
[LDPE] Selected elements rounding - Philippe Hurbain - 2026-05-13 A little quirck with rounding: a vertex that is selected in the 3D view is not rounded when you round a selection in the text window that contain this vertex. Probably related to synch edit RE: [LDPE] Selected elements rounding - Nils Schmidt - 2026-05-20 (2026-05-13, 13:41)Philippe Hurbain Wrote: A little quirck with rounding: a vertex that is selected in the 3D view is not rounded when you round a selection in the text window that contain this vertex. Probably related to synch edit Thanks, Philo. I created a bug ticket (#1200). |