![]() |
[LDPartEditor] 0.8.49b Beta Released (hotfix for 0.8.49 / open-file-dialog) - 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: [LDPartEditor] 0.8.49b Beta Released (hotfix for 0.8.49 / open-file-dialog) (/thread-23708.html) |
[LDPartEditor] 0.8.49b Beta Released (hotfix for 0.8.49 / open-file-dialog) - Nils Schmidt - 2019-10-08 Hey, this is a critical hotfix release for yesterday's release of version 0.8.49. It was not possible to open a *.dat file with the open file dialog. ![]() As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (1 bug fix) The following critical issue is fixed:
What will the next release 0.8.50 deliver? clever auto-completion / context menu for the text editor / usability. The program was tested intensively with "real world" files. However, it is still a beta version and something can go wrong in about 140.000 lines of code. Make sure that you choose the right architecture for your OS and Java Virtual Machine (JVM) (64bit or 32bit). A short guide how to check if a 64bit JVM is installed on your system is located at the bottom of this message.
You can search for updates if you do the following steps:
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:
How to check your JVM version (32- or 64-bit): -------------------------------------------------------------------------------- You can try on the command line: Code: java -d64 version If it's not a 64-bit version, you'll get a message that looks like: This Java instance does not support a 64-bit JVM. Please install the desired version. RE: [LDPartEditor] 0.8.49b Beta Released (hotfix for 0.8.49 / open-file-dialog) - Philippe Hurbain - 2019-10-10 Maybe it's just here, but it seems that keyboard shortcut customizations are not saved between sessions (older customizations I made load fine, just new ones are not remembered). RE: [LDPartEditor] 0.8.49b Beta Released (hotfix for 0.8.49 / open-file-dialog) - Nils Schmidt - 2019-10-10 (2019-10-10, 7:03)Philippe Hurbain Wrote: Maybe it's just here, but it seems that keyboard shortcut customizations are not saved between sessions (older customizations I made load fine, just new ones are not remembered). I will look into it tomorrow evening. It could be related to the new keyboard shortcut which resets the manipulator... RE: [LDPartEditor] 0.8.49b Beta Released (hotfix for 0.8.49 / open-file-dialog) - Philippe Hurbain - 2019-10-11 (2019-10-10, 19:22)Nils Schmidt Wrote: I will look into it tomorrow evening. It could be related to the new keyboard shortcut which resets the manipulator...It is, at least on my side: I noticed when I wanted to change shortcut from R to Z (R for me is rotate...) ![]() RE: [LDPartEditor] 0.8.49b Beta Released (hotfix for 0.8.49 / open-file-dialog) - N. W. Perry - 2019-10-25 For some reason, I can't seen to get past the welcome dialog on this—the OK button is greyed out, even after I've filled out all the fields and it says "Setup complete, press OK". (I tried reverting to 0.8.48, but the same issue was present.) Is there a way to manually create the config file, perhaps, so I can at least get started working with the program? EDIT: I got around this by going back as far as version 0.8.45, but then the program crashed on opening (see attached error log). I am just not having any luck getting this to work! ![]() RE: [LDPartEditor] 0.8.49b Beta: Fine grid scale setting not saved - Philippe Hurbain - 2020-03-10 Hi Nils, Not a new one but today it bugged me enough to report ![]() The scale snap setting of fine grid is extremely volatile. Not only it is not saved between sessions, but it returns to its defauld value (2.0) when I press esc key to unselect. Fine grid scale setting not saved - Nils Schmidt - 2020-03-11 (2020-03-10, 8:42)Philippe Hurbain Wrote: Hi Nils, Thanks Philo. I was able to find the root cause and created an issue (#740) for the next release. This is trivial to solve! RE: [LDPartEditor] 0.8.49b Beta Released (hotfix for 0.8.49 / open-file-dialog) - Willy Tschager - 2020-04-10 Bug of the day: Sometimes on my Linux Mint 19.3 some of my settings are NOT saved such as: View Actions -> Stud Logo View Actions -> Grid Tools -> Options -> Customize Shortkeys -> Invert Wheel Zoom Direction I however cannot tell when or why this is happening. Ther is no regular pattern. Could it be that it is related to hybernation? w. RE: [LDPartEditor] 0.8.49b Beta Released (hotfix for 0.8.49 / open-file-dialog) - Magnus Forsberg - 2020-05-15 Any Hi-Res primitive generated by Primgen2 in LDPE is saved without the "48/"-prefix that must be in a hi-res prim Name line. RE: [LDPartEditor] 0.8.49b Beta Released (hotfix for 0.8.49 / open-file-dialog) - Gerald Lasser - 2020-05-15 (2020-05-15, 16:09)Magnus Forsberg Wrote: Any Hi-Res primitive generated by Primgen2 in LDPE is saved without the "48/"-prefix that must be in a hi-res prim Name line. When I save the prims in any p\48 directory, the prefix is added. If I save it somewhere else, not. |