[LDPartEditor] 0.8.38 Beta Released (New CSG Engine) - 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.38 Beta Released (New CSG Engine) (/thread-22587.html) |
[LDPartEditor] 0.8.38 Beta Released (New CSG Engine) - Nils Schmidt - 2017-11-30 Hey, this release package includes a lot of new features and bug fixes. LDPE is now more than five years old! There are still big goals on my roadmap (LDPatternCreator compatibility, custom plugins, Vulkan support, virtual/augmented reality...). And I just can't stop to implement new features/enhancements, too ;) As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (12 new features and 9 bug fixes) With this release you will be able to...
What will the next release 0.8.39 deliver? You will get more text-editor features and it will fix edge selection issues. The program was tested intensively with "real world" files. However, it is still a beta version and something can go wrong in about 120.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.38 Beta Released (New CSG Engine) - Willy Tschager - 2017-11-30 (2017-11-30, 11:15)Nils Schmidt Wrote: And I just can't stop to implement new features/enhancements, too You know how much I love your genius work but I would love it even more if you could work on my pretentious wishlist for LDPC before you dive into new features for LDPE w. Bug report: Wireframe render mode and CSG mesh optimisation - Nils Schmidt - 2017-11-30 Today, I fixed an issue (#640) which deactivated the CSG mesh optimisation when one of the 3D view had the wireframe render mode enabled. The workaround is to switch to another render mode (e.g. "No Backface Culling"). This affected only the old OpenGL 2.0 render engine. The bugfix will be included in the next 0.8.39 release. Next LDPatternCreator release? - Nils Schmidt - 2017-11-30 (2017-11-30, 12:29)Willy Tschager Wrote: You know how much I love your genius work but I would love it even more if you could work on my pretentious wishlist for LDPC before you dive into new features for LDPE I will release a new version of LDPatternCreator in the next year. Please have some patience RE: [LDPartEditor] 0.8.38 Beta Released (New CSG Engine) - Willy Tschager - 2017-11-30 Bug of the day: * Old alternative key for middle mouse button (in my case the space bar) does no longer work. Setting a new key combination does not work. Middle mouse works. Linux Mint 17.3 Feature request of the day: * Hour glass or progress bar when downloading stuff from the PT for PartReview. w. Key for middle mouse / PartReview progress bar - Nils Schmidt - 2017-11-30 (2017-11-30, 13:30)Willy Tschager Wrote: Bug of the day: I tried to reproduce this under Ubuntu 16.04 and an up-to-date KaOS 2017 without success. Did you focus the text editor or some input field by mistake? (2017-11-30, 13:30)Willy Tschager Wrote: Feature request of the day: I created an issue for the progress bar (#641). RE: Key for middle mouse / PartReview progress bar - Willy Tschager - 2017-11-30 STOP! The above applies to Version 0.8.37 Beta (2017-08-30). Your download page doesn't offer 0.8.38 yet. w. Forgot to update the download page! - Nils Schmidt - 2017-11-30 (2017-11-30, 17:34)Willy Tschager Wrote: STOP! The above applies to Version 0.8.37 Beta (2017-08-30). Your download page doesn't offer 0.8.38 yet. Sorry, I forgot to update it there... Now the download page is pointing to the right version. Alternatively, you can download it from sourceforge, too. RE: Key for middle mouse / PartReview progress bar - Willy Tschager - 2017-11-30 (2017-11-30, 14:17)Nils Schmidt Wrote:(2017-11-30, 13:30)Willy Tschager Wrote: Bug of the day: No, I rotated in 3D holding down the middle mouse button and tried to do the same with the space bar as I'm used without success. w. Mouse button emulation is not working under linux mint anymore - Nils Schmidt - 2017-11-30 (2017-11-30, 19:50)Willy Tschager Wrote:(2017-11-30, 14:17)Nils Schmidt Wrote: I tried to reproduce this under Ubuntu 16.04 and an up-to-date KaOS 2017 without success. Thanks for your info! I was able to reproduce this by setting up a virtual machine with Linux Mint 17.3 and installed the latest version of LDPE. I did also install older LDPE versions to see if it worked well before (and it was). I will try to fix this ASAP by re-implementing the function calls which are triggered by the mouse buttons. RE: Next LDPatternCreator release? - Willy Tschager - 2017-12-01 (2017-11-30, 12:47)Nils Schmidt Wrote:(2017-11-30, 12:29)Willy Tschager Wrote: You know how much I love your genius work but I would love it even more if you could work on my pretentious wishlist for LDPC before you dive into new features for LDPE Smiley.jpeg (Size: 9.99 KB / Downloads: 22) w. |