[LDPartEditor] 0.8.44 Beta Released (Vertex-Window) - 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.44 Beta Released (Vertex-Window) (/thread-22857.html) |
[LDPartEditor] 0.8.44 Beta Released (Vertex-Window) - Nils Schmidt - 2018-07-01 Hey, after all these business trips I found some time for a new release :D As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (4 new features and 1 bug fixes) With this release you will be able to...
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.
When you install/extract LDPE on Windows you will find your LDPE configuration files under {drive}\Users\{user}\AppData\Roaming\LDPartEditor It is not recommended to use the "update.bat" script when you installed LDPE via the setup file. Manually install the new version instead. Please note that this software is in the beta stage. Although, this version was tested, there are already known issues for this release. There is a potential risk of data loss. You can search for updates if you do the following steps:
Manually install the new version instead. 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:
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.44 Beta Released (Vertex-Window) - Philippe Hurbain - 2018-07-02 Quote:after all these business trips I found some time for a new release Quote:Works smoothly (though I'm not sure I'll use it) Quote:Little glitches/questions: - if I switch to another application covering vertex window, vertex window remains on top. - What does the field "merge to existing vertex"? - Copy/Paste button seems inopperant (though I don't mind since i always use keyboard shortcuts) Quote:Wasn't this already available in previous version? RE: [LDPartEditor] 0.8.44 Beta Released (Vertex-Window) - Nils Schmidt - 2018-07-02 Quote:Wasn't this already available in previous version?I just changed the order of this information in the status bar. Quote:Little glitches/questions:"Merge to existing vertex": If you change a value in the vertex window it will be applied instantly to the selected vertex. But there is a special case. When the target coordinates are already occupied by another vertex then you have to click the merge button. Otherwise, the vertices would automatically glue together and that is a problem in some situations. The next release includes small bug-fixes for the new vertex window :) All in all, it should be usable with this release. I just didn't want to wait longer for version 0.8.44. RE: [LDPartEditor] 0.8.44 Beta Released (Vertex-Window) - Philippe Hurbain - 2018-07-03 Hi Nils, Looks like that clicking on the tabs in 3D view no longer change view Bug: Clicking on the tabs no longer change the 3D view - Nils Schmidt - 2018-07-03 (2018-07-03, 8:46)Philippe Hurbain Wrote: Hi Nils, Hi Philo, I was able to reproduce this issue on my machine. Not only the tabs in the 3D view are affected. Also the tabs from the text editor won't change the 3D view anymore. It was my fault. edit: I found the root cause and fixed the issue (#698). I will release 0.8.44b tomorrow. It was caused by some refactoring work which I did on SelectionListeners (SWT). Best, Nils RE: [LDPartEditor] 0.8.44 Beta Released (Vertex-Window) - Magnus Forsberg - 2018-07-03 (2018-07-03, 8:46)Philippe Hurbain Wrote: Hi Nils, Confirmed. |