![]() |
[LDPartEditor] 0.8.3b Beta Released - 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.3b Beta Released (/thread-18121.html) |
[LDPartEditor] 0.8.3b Beta Released - Nils Schmidt - 2015-11-24 Hello, after three months I am proudly releasing LDPartEditor 0.8.3b ![]() ![]() You can download LPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: With this release you will be able to...
This release includes 10 important bug fixes as well. The program was tested intensively with "real world" files. Especially, "Undo" and "Redo" should work now fine. 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.
Please note that this software is in the beta stage. Although, LPE 0.8.3b was carefully tested and developed, there are already known issues for this release. There is a potential risk of data loss. Something can go wrong in about 100.000 lines of code. You can search for updates if you do the following steps:
LPE 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 LPE on older machines as well. System Requirements: Minimum System Requirements:
Recommended 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: Code: This Java instance does not support a 64-bit JVM. Please install the desired version. In general, I recommend to install the 64-bit version of the JVM. edit: I put two releases in one post (0.8.3 and 0.8.3b) New Feature Release Tomorrow (0.8.3b) - Nils Schmidt - 2015-11-24 Tomorrow evening I will add a new feature which was requested by a user: Quote:When you select a vertex and do a "show in text editor", and the Text Editor switched to the "SyncEdit" mode and marked the locations where this vertex is used The 0.8.3b release will also include a bugfix for a very rare issue where a selected vertex can't be merged to the nearest edge. Re: New Feature Release Tomorrow (0.8.3b) - Gerald Lasser - 2015-11-24 Looking forward to this! Thanks 0.8.3b is now released - Nils Schmidt - 2015-11-25 I just updated the original post. Re: 0.8.3b is now released - Gerald Lasser - 2015-11-27 I really like the selection of the single vertex which then switch to the SyncEdit. That makes many things much easier :-) One question though: When I open DAT files via the text editor, the file is getting renered in the 3D editor, if I open the next one, this new one will be in the 3D editor. Now I select the previous tab in the text editor and the 3D editor satys with the last element. Is there a way that the 3D editor will also switch? I could not make LDPE do so... Thansk EDIT: Forget my question I just found a the place where to right click... 0.8.3c Beta Released - Nils Schmidt - 2015-12-02 Hi, I fixed some critical bugs in the last days. You can download the bug fix from this page: http://nilsschmidt1337.github.io/ldparteditor/ or simply use the updater. Changelog: With the release of 0.8.3c the following issues are fixed:
The program was tested intensively with "real world" files. Especially, "Undo" and "Redo" should work now fine. Next Release Date / New Features (0.8.4) - Nils Schmidt - 2015-12-06 I will release version 0.8.4 in the next week. This version will include the new MeshReducer tool. It is designed to optimize CSG meshes. The tool was already integrated in version 0.8.2d, but I was not happy with the implementation. In 0.8.3 I deleted all the code for this tool and drafted a completely new and better design. The new workflow for CSG is as follows:
|