[LDPartEditor] 0.8.22 Beta Released (PrimGen2, Identical Lines, Protractor Length) - 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.22 Beta Released (PrimGen2, Identical Lines, Protractor Length) (/thread-21717.html) |
[LDPartEditor] 0.8.22 Beta Released (PrimGen2, Identical Lines, Protractor Length) - Nils Schmidt - 2016-08-18 Hi, again, 5 bug fixes, PrimGen2 and new features with a not so primitive 0.8.22 release... ...well, however, in the next days I still want to write more content for the wiki/manual. As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (9 new features and 5 bug fixes) With this release you will be able to...
The following critical issues were fixed:
What will the next release 0.8.23 deliver? Bug fixes*, maybe more unit calculator features, buttons for view angles, buttons for every(!) action from the 3D context menu... usability should be more important for 0.8.23. * 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. RE: [LDPartEditor] 0.8.22 Beta Released (PrimGen2, Identical Lines, Protractor Length) - Willy Tschager - 2016-08-19 * Looks like rounding is broken. No rounding is performed when there are errors in the code such as: 2 24 -6.541 -7.889 0.8001 -6.448 -8.31 1.716 -6.757 -7.852 2.173 -5.659 -8.935 1.548 Didn't know that. * Playing with the "Expand/Reset Area" my video driver collapsed. Log: hs_err_pid13256.zip (Size: 6.86 KB / Downloads: 1) * Like the fullscreen toggle! * As a user I'd like that "Restore Area" sets the divider to the point before I "Expanded Area" and not right in the middle. After I have worked with it a little bit I changed my mind. The "Expand Area" should work as a toggle. One click -> Fullscreen, click again -> back to the size it was before, and the divider in the saved position. "Restore Area" should work as it is right now. Thanks, w. Driver issues / fullscreen toggle - Nils Schmidt - 2016-08-20 (2016-08-19, 12:29)Willy Tschager Wrote: No rounding is performed when there are errors in the code such as: Yes, only valid lines are parsed for data. I could change the parser logic to find "vertices" in lines like this: 3 16 0 0 0 1 1 1 (incomplete triangle) 3 16 0 0 0 1 1 1 0 2 2 3 0 0 ("triangle" with four vertices) ...but I won't do that (2016-08-19, 12:29)Willy Tschager Wrote: * Playing with the "Expand/Reset Area" my video driver collapsed. Sure, I will further improve the "fullscreen toggle" feature! I would like to investigate what was going on, but I need the error_log.txt file, too. I can only try to fix your driver issue if LDPE had thrown an exception before. I guess, I should disable the repaint loop for the primitive area on resize. It flickers a lot. This might be the root cause for your driver issue, but I am not 100% sure. Nope... Your Intel graphics driver seems to be out of date...? Someone had a similar issue with minecraft: https://bugs.mojang.com/browse/MC-94900 There could be some hardware compatibility issue, too... Maybe Intel's IGP is not compliant to OpenGL (they made an implementation mistake). While looking into the crystal ball... I do not really care about Intel's APU design. I am excited for AMD's Zen architecture... and will build a Zen PC with a dedicated FirePro graphics card in the future, but I digress... RE: [LDPartEditor] 0.8.22 Beta Released (PrimGen2, Identical Lines, Protractor Length) - Willy Tschager - 2016-08-20 Just submitted this fixed part to the PT: http://www.ldraw.org/cgi-bin/ptdetail.cgi?f=parts/30224.dat Without LDPE fixing would have been an awkward job. Thanks for this great prog. w. 0.8.23 / GUI: Improved access to context menu functions - Nils Schmidt - 2016-08-23 LDPE has a lot of context menus. I guess the "standard user" will not know these menus. I have to provide access to these functions in a different way... New GUI enhancements for version 0.8.23:
You can still use the right mouse click to open a context menu. * I choose this implementation, because I do not want to add 30 buttons to one 3D vew. RE: [LDPartEditor] 0.8.22 Beta Released (PrimGen2, Identical Lines, Protractor Length) - Philippe Hurbain - 2016-08-27 Just had the opportunity to test LDPE mesh reducer tool. Impressive! |