[LDPartEditor] 0.8.21 Beta Released (Protractor Angle / Move Adjacent Data / bugfix) - 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.21 Beta Released (Protractor Angle / Move Adjacent Data / bugfix) (/thread-21692.html) |
[LDPartEditor] 0.8.21 Beta Released (Protractor Angle / Move Adjacent Data / bugfix) - Nils Schmidt - 2016-08-06 Hey, again, 10 bug fixes and new features with a fresh 0.8.21 release... ...in the next days I want to write more content for the wiki/manual. As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (8 new features and 10 bug fixes) With this release you will be able to...
What will the next release 0.8.22 deliver? Bug fixes* (regarding Flipper / selection filter) and non-standard primitives, more features for the angle protractor, real-time identical line detection... * well..., I need to reproduce the errors first. I was not 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: 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. [Critical Bug] "Toggle Comment / !TEXMAP" on the last line of a file - Nils Schmidt - 2016-08-06 (affects all versions) Due to a single missing line of code, the following procedure will corrupt LDPEs data structure: I assume these steps are performed on the same file and "Insert At Cursor Position" is off.
This will lead to some errors (incomplete file save, undo/redo problems, rendering issues, etc.). It depends only on the fact that the last line was selected in the text editor. "Toggle Comment" will work correctly on other lines. [Enhancement] Last vertex in selection rectangle? - Nils Schmidt - 2016-08-06 Sorry for the double posting, but I like to keep these issues separate... (2016-05-26, 12:23)Philippe Hurbain Wrote: Vertex merge with ctrl-W / ctrl-E is an awesome tool to reduce a mesh in a controlled way. So... So my question is: What is the last vertex enclosed in the selection rectangle? RE: [Enhancement] Last vertex in selection rectangle? - Philippe Hurbain - 2016-08-06 (2016-08-06, 19:43)Nils Schmidt Wrote: So my question is: What is the last vertex enclosed in the selection rectangle?I meant the last vertex that enters the rectangular marquee as the user enlarges the marquee. Now I realize it may not be so easy to determine it the user enlarges the marquee, then shrinks it...??? Another possible time saver: if in the selected vertices there is one and only one belonging to a primitive/subpart (thus not moveable) then this vertex becomes the last one so that snapping occurs on that unmovable vertex. [PrimGen2] Integration into LDPE :) - Nils Schmidt - 2016-08-07 Currently, I am integrating the functionality of PrimGen2 into LDPE. edit: Now with an interactive 3D preview window ;) [Minor Bug] The "Selection:"-tab does not show subfiles, lines and distance meters - Nils Schmidt - 2016-08-15 Hi, release 0.8.21 introduced unfortunately another bug. The "Selection:"-tab (from the 3D editor) does not show subfiles, lines and distance meters anymore. I will fix this with the upcoming version 0.8.22. Leg godt Nils [Bug] "Open In Text Editor" does not work sometimes - Nils Schmidt - 2016-08-16 Hello, release 0.8.20 introduced another bug, too. If you use the 3D editor and the text editor on seperate windows, you won't be able to open a seperate text editor window anymore... I will fix this with the release of the upcoming version 0.8.22 during this week. Leg godt Nils RE: [LDPartEditor] 0.8.21 Beta Released (Protractor Angle / Move Adjacent Data / bugfix) - Willy Tschager - 2016-08-17 Feature request of the day: * Along with LDU, mm and inch in the calculator I'd like to see also stud (20 LDU = 1 stud, rounded to one decimal place). w. RE: [LDPartEditor] 0.8.21 Beta Released (Protractor Angle / Move Adjacent Data / bugfix) - Magnus Forsberg - 2016-08-17 (2016-08-17, 15:41)Willy Tschager Wrote: * Along with LDU, mm and inch in the calculator I'd like to see also stud (20 LDU = 1 stud, rounded to one decimal place).Do you know of the LDCalc from Mike Heidemann? It's a great tool and can do all of these unit conversions. Might I ask for another of the tools i LDCalc to be integrated into LDPE? I often use the Line Intersection and miss that posibillity. I often use the similar tool in LDPC. Love it. As a user I want to create an intersection point between two lines or edges. Or is it somehow possible to cut a line with a surface allready? Intersector? RE: [LDPartEditor] 0.8.21 Beta Released (Protractor Angle / Move Adjacent Data / bugfix) - Willy Tschager - 2016-08-17 (2016-08-17, 16:30)Magnus Forsberg Wrote:(2016-08-17, 15:41)Willy Tschager Wrote: * Along with LDU, mm and inch in the calculator I'd like to see also stud (20 LDU = 1 stud, rounded to one decimal place).Do you know of the LDCalc from Mike Heidemann? It's a great tool and can do all of these unit conversions. Sure I even worked with Paul Easter's LDCalculator before but I'd like to have everything in one place without the need to fire up another prog. w. Intersector? - Nils Schmidt - 2016-08-18 (2016-08-17, 16:30)Magnus Forsberg Wrote: As a user I want to create an intersection point between two lines or edges. Yes, it is possible. You have to select the line and run the Intersector tool. However... LDPE's Intersector has the "design flaw" to hide everything except the result of the intersection. (not anymore!) I didn't use Intersector for a long time and was very scared how it works [ consider the fact that I implemented this behaviour some time ago ] I thought it was a bug, but that is not the case... Click on "Show All" to restore the whole 3D model. With the release of 0.8.22 (in a few minutes) the user can decide whether to hide it or not (the default is not to hide). |