[LDPartEditor] 0.8.36b 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.36b Beta Released (/thread-22254.html) |
[LDPartEditor] 0.8.36b Beta Released - Nils Schmidt - 2017-08-18 Hey, here is a new release. It was intended to be released earlier, but now it has more value for you As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (11 new features and 5 bug fixes) With this release you will be able to...
What will the next release 0.8.37 deliver? Bug fixes... 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. RE: [LDPartEditor] 0.8.36b Beta Released (...) - Philippe Hurbain - 2017-08-18 Still not tested a lot, but Quote:...benefit from more eye-catching buttons.is highly appreciated. Otherwise, it seems (maybe it's just here?) that primitive text search field is broken... Works again now, dunno exactly what happened (I even restarted LDPE to no avail). I'll keep my eyes peeled to see if it occurs again. (edit) Looks also that the current grid icon (in snapping/converter pane) is no longer highlighted... RE: [LDPartEditor] 0.8.36b Beta Released (...) - Willy Tschager - 2017-08-19 (2017-08-18, 11:07)Philippe Hurbain Wrote:Quote:...benefit from more eye-catching buttons.is highly appreciated. +1 w. RE: [LDPartEditor] 0.8.36b Beta Released (...) - Philippe Hurbain - 2017-08-19 (2017-08-18, 11:07)Philippe Hurbain Wrote: Otherwise, it seems (maybe it's just here?) that primitive text search field is broken... Works again now, dunno exactly what happened (I even restarted LDPE to no avail). I'll keep my eyes peeled to see if it occurs again.Same problem strikes again. Still don't know what triggers correct or wrong behaviour Primitive text search field issues (solved) - Nils Schmidt - 2017-08-20 edit: I was able to fix all these issues (inlcuding the broken visualisation) (#597) (2017-08-19, 12:11)Philippe Hurbain Wrote:(2017-08-18, 11:07)Philippe Hurbain Wrote: Otherwise, it seems (maybe it's just here?) that primitive text search field is broken... Works again now, dunno exactly what happened (I even restarted LDPE to no avail). I'll keep my eyes peeled to see if it occurs again.Same problem strikes again. Still don't know what triggers correct or wrong behaviour Thank you for reporting this issue! I was able to see this problem with my own eyes. There is a thread synchronisation issue, which is hard to reproduce. Sometimes it works, sometimes it doesn't. LDPE loads the primitives in parallel during program start and after the 3D editor is shown (this speeds ups the startup time alot). You might see a delay until the primitives are visible. There is even more black magic involved. Sometimes, a visualisation of the primitive seems broken. But in reality, LDPE constructs the primitive object at the moment when it is shown for the frist time (this speeds up startup time again). RE: [LDPartEditor] Buttons not highlighted - Philippe Hurbain - 2017-11-27 (2017-08-18, 11:07)Philippe Hurbain Wrote: Still not tested a lot, butStill having problems with multi-choice button not highlighted. Occurs in current grid icons, but also in ytruder operation mode (see screen capture) RE: [LDPartEditor] Buttons not highlighted (solved) - Nils Schmidt - 2017-11-27 (2017-11-27, 11:02)Philippe Hurbain Wrote:(2017-08-18, 11:07)Philippe Hurbain Wrote: Still not tested a lot, butStill having problems with multi-choice button not highlighted. Occurs in current grid icons, but also in ytruder operation mode (see screen capture) I created an issue (#635). edit: I fixed it and will include it in the next 0.8.38 release. The fix will be included in the first 2018 release. |