[LDPartEditor] 0.8.23 Beta Released (Context menus / LDU->stud / Async header check) - 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.23 Beta Released (Context menus / LDU->stud / Async header check) (/thread-21735.html) |
[LDPartEditor] 0.8.23 Beta Released (Context menus / LDU->stud / Async header check) - Nils Schmidt - 2016-08-29 Hey, release 0.8.23 comes with 6 bug fixes and 8 enhancements. ...I am going to write more content for the wiki/manual now. As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (8 new features and 6 bug fixes) With this release you will be able to...
The following critical issues were fixed:
What will the next release 0.8.24 deliver? Bug fixes*, more header validation features, usability improvements... * oh dear..., I still need to reproduce some errors... 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: 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 for Java 8. [Wiki] Table of Contents / Main Chapters - Nils Schmidt - 2016-08-31 Hi, I am writing new content for a wiki :) Currently, my table of contents has the following main chapters.
I expect that it will take about 3-4 months of time to get a decent result [ there will be some winter holidays :) ]... Nevertheless, I'll try to fix some bugs and release new versions as long as they are not reinventing the wheel. Leg godt Nils RE: [LDPartEditor] 0.8.23 Beta Released (Context menus / LDU->stud / Async header check) - Philippe Hurbain - 2016-09-01 Sorry to disturb you from your (useful!) documentation work, but it seems there is a problem now with 0.8.23: the Merge/split->Set X,Y,Z window appears only with a single vertex selection, it no longer works on a multiple selection (eg. to snap a selection on a plane). (tried with 0.8.21, the oldest version still available on github, it has the same problem. But I am sure it used to work!) [Bug] Set X,Y,Z works only with one single vertex. - Nils Schmidt - 2016-09-01 (2016-09-01, 13:22)Philippe Hurbain Wrote: Sorry to disturb you from your (useful!) documentation work, but it seems there is a problem now with 0.8.23: the Merge/split->Set X,Y,Z window appears only with a single vertex selection, it no longer works on a multiple selection (eg. to snap a selection on a plane). Thank you for this bug report! :) I already fixed this issue (it took only 30 minutes). I will release 0.8.24 in the next days (which will feature a little bit faster program start and a few bug fixes). |