[LDPartEditor] 0.8.33 Beta Released (Mac OS X / Verbose Mode / Absolute Scaling) - 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.33 Beta Released (Mac OS X / Verbose Mode / Absolute Scaling) (/thread-22208.html) |
[LDPartEditor] 0.8.33 Beta Released (Mac OS X / Verbose Mode / Absolute Scaling) - Nils Schmidt - 2017-06-24 Hi, here are seven new features and the first official LDPE release on Mac OS X :) As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (7 new features and 4 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 100.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. Text Editor: Hide and unhide objects (0.8.34 Beta) - Nils Schmidt - 2017-07-13 Today, I implemented a feature which will allow you to hide and unhide objects from the text editor. Of course you will be able to identify hidden objects in the text editor, too (issue #457, #458). RE: Text Editor: Hide and unhide objects (0.8.34 Beta) - Philippe Hurbain - 2017-07-13 (2017-07-13, 19:08)Nils Schmidt Wrote: Today, I implemented a feature which will allow you to hide and unhide objects from the text editor. Of course you will be able to identify hidden objects in the text editor, too (issue #457, #458).Yeah!!! Release 0.8.34 is almost there... - Nils Schmidt - 2017-07-17 Milestone 0.8.34 is about 90% complete. Only one issue needs to be processed (#551). |