[LDPE] 1.8.81 Released (subfile links/new 3D shortcuts/ empty prims/ better rounding) - 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.81 Released (subfile links/new 3D shortcuts/ empty prims/ better rounding) (/thread-28324.html) |
[LDPE] 1.8.81 Released (subfile links/new 3D shortcuts/ empty prims/ better rounding) - Nils Schmidt - 2024-07-04 Hey, this update is like a "bouquet of flowers" with several different aspects taken care of. There is one important bug fix for the categories.txt update function. And a lot of new features. One of them are "Blender-like" transformation shortcuts (G, S and R key, with X,Y,Z key to lock on the axis). Works best on a single 3D view. The ability to see "empty primitives" in files directly referencing them and the possibility to follow type 1 references in the text editor with ctrl-click. And there is even better automatic rounding: If you do a transformation resulting in 0.9999... or 0.09999..., LDPE will automatically round these values into 1 or 0.1 respectively (unless your snap/move distance is below 0.001, then it will not do the automatic rounding). 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.81 Released (subfile links/new 3D shortcuts/ empty prims/ better rounding) - N. W. Perry - 2024-07-04 Indeed, a lovely assortment of cool new features! I especially like being able to directly open type 1 lines. Calibrate image is also very slick. One little thing I would love in a future update is an assignable key shortcut for merge/split tris to quads. Right now it's a long mouse distance from the 3D editor to the buttons! Credits to Fredrik Hareide / request for shortcut - Nils Schmidt - 2024-07-04 (2024-07-04, 20:04)N. W. Perry Wrote: Indeed, a lovely assortment of cool new features! I especially like being able to directly open type 1 lines. Calibrate image is also very slick. Thanks, I created an issue (#1066). For this release Fredrik Hareide provided many ideas. One of them was ctrl/cmd+click on type 1 lines. RE: Credits to Fredrik Hareide / request for shortcut - N. W. Perry - 2024-07-05 (2024-07-04, 20:25)Nils Schmidt Wrote: For this release Fredrik Hareide provided many ideas. One of them was ctrl/cmd+click on type 1 lines. Well then, cheers to Fredrik! RE: [LDPE] 1.8.81 Released (subfile links/new 3D shortcuts/ empty prims/ better rounding) - Fredrik Hareide - 2024-07-06 Nice work, Nils! This release really has a lot of great new features I have had little time to test it lately, but I can already see that ctrl-click shortcut and inline math will be huge time savers for me RE: [LDPE] 1.8.81 Released (subfile links/new 3D shortcuts/ empty prims/ better rounding) - Rene Rechthaler - 2024-07-06 the ctrl-click also seems to be triggered when copy-pasting some values in the text editor around... (still executes that copy, but it is sometimes irritating when it immediately opens that subfile) Edit: tested some more: only gets triggered when pasting something via ctrl+V in a type 1 line RE: [LDPE] 1.8.81 Released - ctrl+click problem - Philippe Hurbain - 2024-07-06 I seem to have a problem with this one, often (not always) when using the classical cut/copy/paste shortcuts Ctrl-X Ctrl-C Ctrl-V on the source window I end up opening the subfile of the line I'm editing... RE: [LDPE] 1.8.81 Released (subfile links/new 3D shortcuts/ empty prims/ better rounding) - N. W. Perry - 2024-07-06 I just thought of another possible enhancement. (Maybe this is already possible…) In the "Set X/Y/Z" dialog, I'd like to have buttons to swap the x/y, x/z and y/z coordinates (of a vertex, for example), like you can currently do for manipulator axes. And/or, I'd like to be able to add the missing coordinate to a 2D vertex (or group of vertices). Perhaps a use case will illustrate it better: Right now I am importing node coordinates from Inkscape and converting them to LPE vertices. I want the 2D x and y coords from Inkscape to become the x and z coords in LDPE. When I paste I get a list like this: Code: L 2.77 3.56 I can find/replace "L " with "0 !LPE VERTEX ", then manually type in zeroes for the Y coord, but I often have 100 or so vertices in my list. So it would be nice if I could find/replace with "0 !LPE VERTEX 0 " instead (i.e., adding an empty x coord), then swap the x and y. Or alternatively, just click a button to add the missing y coord—for example, by using "Set X/Y/Z" and checking the Y box set at zero, but currently this doesn't work as LDPE doesn't recognize the vertices without all 3 coordinates. Hopefully that makes sense—and like I said, maybe there's already an easy way to do this that I just haven't discovered yet. RE: [LDPE] ctrl+click problem -> new shortcut - Nils Schmidt - 2024-07-07 (2024-07-06, 12:52)Philippe Hurbain Wrote: I seem to have a problem with this one, often (not always) when using the classical cut/copy/paste shortcuts Ctrl-X Ctrl-C Ctrl-V on the source window I end up opening the subfile of the line I'm editing... In the next version 1.8.82, I will change the combination to Ctrl/Cmd+Shift and add a possibility to customise this shortcut by the user. |