[LDPartEditor] 0.8.11b 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.11b Beta Released (/thread-21484.html) |
[LDPartEditor] 0.8.11b Beta Released - Nils Schmidt - 2016-04-19 I released 0.8.11 this week... It contained a bug and no triangle selection was possible. I had to fix it with release 0.8.11b... Sorry :| Hey! oh well, finally there is a 3D CSG manipulation feature release with LDPartEditor 0.8.11b... This one was difficult, but the results are worth it :) As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (6 new features and 1 bug fix) With this release you will be able to...
The following critical issues were fixed:
What will the next release 0.8.12 deliver? A PartReview Tool, more CSG improvements, inverted surface winding when mirroring, better performance with "Round" in the text editor. 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. RE: [LDPartEditor] 0.8.11 Beta Released (CSG+Measuring Tools) - Magnus Forsberg - 2016-04-20 I fear something is very wrong in this release. I cant select triangles or quads if there is a primitive behind it. One of the "hidden" surfaces in the primitive is choosen instead. I can't undo a inlined subfile, only a inlined primitive. Bugfix Release 0.8.11b - Nils Schmidt - 2016-04-20 I fixed these issues now with release 0.8.11b. Sorry :) RE: Bugfix Release 0.8.11b - Magnus Forsberg - 2016-04-20 You are fast!! Thanks. |