[LDPartEditor] 0.8.13 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.13 Beta Released (/thread-21509.html) |
[LDPartEditor] 0.8.13 Beta Released - Nils Schmidt - 2016-05-09 Hey :D showtime for LDPartEditor 0.8.13! As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (7 new features and 2 bug fixes) With this release you will be able to...
What will the next release 0.8.14 deliver? Focus on bug fixes and then usability improvements... 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.13 Beta Released (text line selection / 3D viewport sync.) - Willy Tschager - 2016-05-11 Bug report: *Anyone also experiencing that CTRL+X doesn't work in the 3D editor? *Kinda strange is the behaviour tha after closing a file in the 3D editor with "Close" in the parts tree window and actually vanishing from the 3D and Text editor it cannot be deleted in the explorer telling that the file is open in the SE java platform. You have to actually close LDPE to be able to delete the file. RE: [LDPartEditor] 0.8.13 Beta Released (text line selection / 3D viewport sync.) - Philippe Hurbain - 2016-05-12 I have a weird problem, sometimes newly created surfaces or lines disappear. Not yet sure of the exact way to reproduce this, but basically it's open a file/create a bunch of elements/save file. If you look at the file with LDview the newly created elements are not there - but they still appear in 3D view. Now select on one these elements in 3D, then "show selection in text editor". Nothing appears there. Come back to 3D view... all the new elements have vanished! One question - how do I check LDPE version I have? I know it's not the latest, but I can't find any "about" or similar... Thanks to JC Tchang I found it in error log. So... I was using 0.8.10b RE: [LDPartEditor] 0.8.13 Beta Released (text line selection / 3D viewport sync.) - Nils Schmidt - 2016-05-13 (2016-05-11, 17:05)Willy Tschager Wrote: *Kinda strange is the behaviour tha after closing a file in the 3D editor with "Close" in the parts tree window and actually vanishing from the 3D and Text editor it cannot be deleted in the explorer telling that the file is open in the SE java platform. You have to actually close LDPE to be able to delete the file. I created an issue for this bug! RE: [LDPartEditor] 0.8.13 Beta Released (text line selection / 3D viewport sync.) - Nils Schmidt - 2016-05-13 (2016-05-12, 9:29)Philippe Hurbain Wrote: So... I was using 0.8.10b For older version, I need the error log to further investigate what was going on :) I really recommend you to upgrade to version 0.8.14. It is a bug fix release and repairs fourteen bugs ;) RE: [LDPartEditor] 0.8.13 Beta Released (text line selection / 3D viewport sync.) - Philippe Hurbain - 2016-05-13 (2016-05-13, 12:38)Nils Schmidt Wrote:(2016-05-12, 9:29)Philippe Hurbain Wrote: So... I was using 0.8.10b OK, I'll update and try again Locked files / random colours / version number - Nils Schmidt - 2016-05-16 (2016-05-11, 17:05)Willy Tschager Wrote: Kinda strange is the behaviour tha after closing a file in the 3D editor with "Close" in the parts tree window and actually vanishing from the 3D and Text editor it cannot be deleted in the explorer telling that the file is open in the SE java platform. You have to actually close LDPE to be able to delete the file. I was able to reproduce this issue and there will be another bug fix release this week. The release will include the "Randomise Colour for Selection" feature, too. Additionally, I improved the 3D render performance a little bit and put the version number in the window title. RE: Locked files / random colours / version number - Philippe Hurbain - 2016-05-16 A little quirck: if I zoom in very very close on a part to work on a minute detail, it becomes very dark as if it was obscured by the shadow of my eye! And a problem: using unificator / snap on subfiles sometimes eats triangles... RE: Locked files / random colours / version number - Willy Tschager - 2016-05-16 (2016-05-16, 18:42)Philippe Hurbain Wrote: A little quirck: if I zoom in very very close on a part to work on a minute detail, it becomes very dark as if it was obscured by the shadow of my eye! Just double-click on the screen once it becomes dark. w. RE: Locked files / random colours / version number - Philippe Hurbain - 2016-05-16 (2016-05-16, 19:23)Willy Tschager Wrote:(2016-05-16, 18:42)Philippe Hurbain Wrote: A little quirck: if I zoom in very very close on a part to work on a minute detail, it becomes very dark as if it was obscured by the shadow of my eye! Curious to know why and how, but it works! |