[LDPartEditor] 0.8.47 Beta Released (5-digit LDConfig entries) - 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.47 Beta Released (5-digit LDConfig entries) (/thread-23587.html) |
[LDPartEditor] 0.8.47 Beta Released (5-digit LDConfig entries) - Nils Schmidt - 2019-07-29 Hey, large colour numbers were not compatible with LDPartEditor. It is now corrected. There is basically no limit anymore (don't try the 32-bit integer maximum ). As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (1 bug fix) With this release the following critical issue is fixed:
What will the next release 0.8.48 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.47 Beta Released (5-digit LDConfig entries) - Orion Pobursky - 2019-07-29 (2019-07-29, 19:28)Nils Schmidt Wrote: There is basically no limit anymore (don't try the 32-bit integer maximum ). If we get above that I think LEGO has gone insane with the color diversity. RE: [LDPartEditor] 0.8.47 Beta Released (5-digit LDConfig entries) - Philippe Hurbain - 2019-07-30 Thanks, Nils! RE: [LDPartEditor] 0.8.47 Beta Released (5-digit LDConfig entries) - Willy Tschager - 2019-08-10 Feature request of the day: * Open multiple files in one go. Feature request: Open multiple files - Nils Schmidt - 2019-08-10 (2019-08-10, 10:30)Willy Tschager Wrote: Feature request of the day: Thanks! I created an issue (#722). |