![]() |
[LDPE] 1.8.91 Released (rectifier defaults / heatmap / CSG_ELLIPSOID2) - 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.91 Released (rectifier defaults / heatmap / CSG_ELLIPSOID2) (/thread-28765.html) |
[LDPE] 1.8.91 Released (rectifier defaults / heatmap / CSG_ELLIPSOID2) - Nils Schmidt - 2025-04-12 Hey, this took some time to finish, but now its ready. ![]() As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (8 new features 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.91 Released (rectifier defaults / heatmap / CSG_ELLIPSOID2) - Philippe Hurbain - 2025-04-12 Thanks Nils ! RE: [LDPE] 1.8.91 Released (rectifier defaults / heatmap / CSG_ELLIPSOID2) - Willy Tschager - 2025-04-12 All my wishes came true. Love it! w. RE: [LDPE] 1.8.91 Released (rectifier defaults / heatmap / CSG_ELLIPSOID2) - Philippe Hurbain - 2025-04-12 I hoped that the convexity heatmap would help to locate areas where the mesh would appear smoother if pairs of triangles were flipped, but I see no clear hint ![]() Crumpled: ![]() Smoother: ![]() RE: [LDPE] 1.8.91 Released (rectifier defaults / heatmap / CSG_ELLIPSOID2) - Gerald Lasser - 2025-04-12 Thanks for the old CSG mesh :-) one question: I never came across the issue that Willy mentioned with Rectifiers, when did this occure or which settings were used RE: [LDPE] 1.8.91 Released (rectifier defaults / heatmap / CSG_ELLIPSOID2) - Philippe Hurbain - 2025-04-12 (2025-04-12, 16:13)Gerald Lasser Wrote: Thanks for the old CSG mesh :-)I think that the problem existing in some meshes come from the command line version of rectifier (which has probably more lenient thresholds), sometimes used as a post-processor in Datheader. So far I never noticed problems caused by LDPE version of Rectifier. Heatmap Improvements - Nils Schmidt - 2025-04-16 (2025-04-12, 15:43)Philippe Hurbain Wrote: I hoped that the convexity heatmap would help to locate areas where the mesh would appear smoother if pairs of triangles were flipped, but I see no clear hint Currently, there is clearly a little flaw in the implementation. Another example are symmetrical parts where the resulting heatmap is actually not symmetrical (e.g. two cones, one is flipped on Y, with 1 0 0 0 -1 0 0 0 1). I tried to calculate the convexity on a per-vertex base. While its not totally wrong, I need to put more weight on the edges from the surfaces. |