[LDPartEditor] 0.8.46 Beta Released (https + ldraw.org) - 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.46 Beta Released (https + ldraw.org) (/thread-23464.html) |
[LDPartEditor] 0.8.46 Beta Released (https + ldraw.org) - Nils Schmidt - 2019-06-08 Hi, with this release I replaced the http-interface to ldraw.org (required for the download of ldconfig.ldr and parts from the tracker) with a solution which uses https. I also provided an alternative 64-bit linux release since I had some problems with LDPE on another linux distro. As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (1 new feature and 3 bug fixes) With this release you will be able to...
The following critical issues were fixed:
What will the next release 0.8.47 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. |