[LDPartEditor] 0.8.48 Beta Released (mouse button layout / PNGs from PT / 4K support) - 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.48 Beta Released (mouse button layout / PNGs from PT / 4K support) (/thread-23642.html) |
[LDPartEditor] 0.8.48 Beta Released (mouse button layout / PNGs from PT / 4K support) - Nils Schmidt - 2019-09-01 Hey, here is a new LDPartEditor release which let you swap the mouse button layout (for rotation and translation in the 3D view). mouseButtonLayout.PNG (Size: 4.38 KB / Downloads: 100) I also provided an alternative 64-bit linux release since I had some problems with LDPE on another linux distro (Ubuntu). As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (3 new features and 2 bug fixes) With this release you will be able to...
The following critical issues were fixed:
What will the next release 0.8.49 deliver? open multiple files / clever auto-completion / context menu for the text editor / usability. The program was tested intensively with "real world" files. However, it is still a beta version and something can go wrong in about 140.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. Preview of version 0.8.49 Beta - Nils Schmidt - 2019-09-03 Hi, here are the planned features for the next milestone 0.8.49. As a user I want to...
Cheers Nils RE: Preview of version 0.8.49 Beta - Gerald Lasser - 2019-09-04 I noticed one thing: - Make the last line of a file "BFC INVERTNEXT" - save it - you need to restart LDPE to properly work again in the 3D view If you ever open such a file, the 3D view stops working, go to text-editor, remove the line, save it and restart LDPE Gerald Problem with BFC INVERTNEXT? - Nils Schmidt - 2019-09-04 (2019-09-04, 13:30)Gerald Lasser Wrote: I noticed one thing: Hi Gerald, can you attach the file to a forum post? That would be perfect to investigate the problem. I was not able to reproduce it. Is the line really "BFC INVERTNEXT" or is it "0 BFC INVERTNEXT"? How did you insert the line, how did you save it and which version of LDPE are you running on which operating system? I need more details on how to reproduce the problem. How does it indicate that the 3D view stopped working? What OpenGL version is displayed in the title bar of the program? Thanks, Nils RE: Problem with BFC INVERTNEXT? - Gerald Lasser - 2019-09-05 I used .46 when I noticed it, I will update to .49 and re-check, may be it is gone already. Text/3D windows sync - Philippe Hurbain - 2019-09-06 Something that mildly bothers me: I have active tab sync between text and 3D windows. If I drag/drop a file from Windows explorer on the text window, it is properly opened in 3D window, but if I drop it on 3D window it is not opened in text window... RE: Text/3D windows sync - Nils Schmidt - 2019-09-11 (2019-09-06, 6:18)Philippe Hurbain Wrote: Something that mildly bothers me: I have active tab sync between text and 3D windows. If I drag/drop a file from Windows explorer on the text window, it is properly opened in 3D window, but if I drop it on 3D window it is not opened in text window... I created an issue (#729). I am not so sure if I can include it in the next release. |