[LDPE] 1.8.89 Released (bugfix for: hashtags / manipulator / CSG) - 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.89 Released (bugfix for: hashtags / manipulator / CSG) (/thread-28431.html) |
[LDPE] 1.8.89 Released (bugfix for: hashtags / manipulator / CSG) - Nils Schmidt - 2024-09-27 Hey, just as promised, here is another quality-of-life release. As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (4 bug fixes) With this release 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.89 Released (bugfix for: hashtags / manipulator / CSG) - Philippe Hurbain - 2024-09-27 Thanks Nils ! RE: [LDPE] 1.8.89 Released (bugfix for: hashtags / manipulator / CSG) - Philippe Hurbain - 2024-09-29 I would like to be able to specify an absolute path on my hard disk for a part/subpart (the path can include space and special characters). Use case: when doing a part review I'd like to be able to add a reference part (from LDD or BIs app) that is sitting "somewhere" on my HD. Absolute path for subfiles - Nils Schmidt - 2024-10-01 (2024-09-29, 12:10)Philippe Hurbain Wrote: I would like to be able to specify an absolute path on my hard disk for a part/subpart (the path can include space and special characters). Thanks, Philo. I created an issue (#1119). RE: [LDPE] Keyboard up/down move in wrong direction - Philippe Hurbain - 2024-10-07 Hi Nils, Using keyboard to move selection occurs in a direction different from the one selected by the mouse. See the short video below... https://youtube.com/watch/BNMfinxeU_U RE: [LDPE] 1.8.89 Released (bugfix for: hashtags / manipulator / CSG) - Eugen - 2024-10-08 (2024-09-27, 16:59)Nils Schmidt Wrote: Minimum System Requirements: Any ideas to make it usable on smaller screens, at least 720p (HD)? Here is 1280x768 screenshot, and there its not usable: RE: [LDPE] 1.8.89 Released (bugfix for: hashtags / manipulator / CSG) - Rene Rechthaler - 2024-10-08 Yes, that would be nice... Two ideas: -dropdown menus for the rarely used things (combined with the possibility to manually reattach features if you need it often) -dual monitor support (its virtually split now, why not split it into different screens) RE: [LDPE] 1.8.89 Released (bugfix for: hashtags / manipulator / CSG) - Philippe Hurbain - 2024-10-08 (2024-10-08, 16:59)Rene Rechthaler Wrote: Yes, that would be nice...You can open 3D view and source view in different windows (tools->options, misc options tab), this works with dual monitor, or on small screen by overlapping partially or fully these two windows. RE: [LDPE] 1.8.89 Released (bugfix for: hashtags / manipulator / CSG) - Eugen - 2024-10-08 (2024-10-08, 17:26)Philippe Hurbain Wrote: You can open 3D view and source view in different windows (tools->options, misc options tab), this works with dual monitor, or on small screen by overlapping partially or fully these two windows. No, I mean that it should be usable in a "single window mode" on smaller screen, not in multiwindow or dual monitor modes. I see there are a lot of toobar buttons which could be grouped and would free a lot of space for 3D-view One of possible solutions is to add tab "Colors and Lines" (for all color and line related buttons) in "Text Editor" widget area, so there would be one click switch between "Text Editor" and "Color and Lines" tabs. If you need to add color in text editor just place the cursor to correct place in code, switch tab to choose color, and switch back to continue text editing. Another one solution is make primitives previews smaller: on non-HiDPI monitors half of the actual preview icon size would be good. Also, why not all primitives are fit to preview? (only cube fit). And there should be an option to turn off axis icon in preview tab (it would free more than 1/4 of tab width). LDPE-primitive-preview.png (Size: 17.11 KB / Downloads: 52) RE: [LDPE] 1.8.89 Released (bugfix for: hashtags / manipulator / CSG) - Philippe Hurbain - 2024-10-16 A little problem with the new Action->swap: it is equivalent to a 90° rotation + mirror. So like the scaling with a negative factor, it should BFC invert the triangle/quads it applies to. RE: [LDPE] 1.8.89 Released (bugfix for: hashtags / manipulator / CSG) - Philippe Hurbain - 2024-11-16 It sems that now (last version or so, and I don't think anything changed on my system), edge lines completely disappear in sharp concave corners. Edge lines have always been thinner there, but now they are fully hidden. Note that I don't use the open GL rendering (lines are perfectly visible there) as I don't like it (surfaces are much too shiny, don't show subtle facet angle change, and lines that should be hidden are visible there!) |