![]() |
[LDPartEditor] 0.8.6 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.6 Beta Released (/thread-21218.html) |
[LDPartEditor] 0.8.6 Beta Released - Nils Schmidt - 2016-03-19 Hey! ![]() Well, it's a small number increase from 0.8.5 to 0.8.6, but there are a lot of improvements with this release. ![]() As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Currently, there is a critical bug in version 0.8.6 (risk of data loss): If you open a file again (which is modified with LDPE, not saved and has an asterisk * as a filename suffix), the file in 3D editor gets cleared. Changelog: (9 new features and 11 bug fixes) With this release you will be able to...
The following critical issues were fixed:
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. Re: [LDPartEditor] 0.8.6 Beta Released - Philippe Hurbain - 2016-03-21 Thanks for the update! I like "modern UI" layout a lot! Zoom on primitives is highly appreciated too. Also it seems that my shortcut issue is solved. This one is strange, at startup of the new version the "S" for Select and "R" for rotate didn't work, but I redefined them again and now everything works. Now the wishes/suggestions... - could it be possible to somehow cache primitives to make startup (much) faster? - The coarse/medium/fine grid buttons don't stay pushed, so you need to pay attention to grid value to know what you are doing. Maybe too they should be placed on a toolbar, they get hidden if you are on another tab (eg. selection one) - I miss the possibility to add shortcuts to manipulator operations, mainly move to origin and orientate to the world - Actually I'd like a shortcuut that does both in one operation! - I'd like double click on a number in text window to select the whole number (minus sign+integer+decimal separator+decimal digits) - If I draw a marquee to select several elements, primitives gets selected if they are touched by the marquee, while other elements get selected only if completely covered by the marquee. I'd prefer a consistent behaviour for all elements, and if possible a switch between both modes ("touching" or "covered") Re: [LDPartEditor] 0.8.6 Beta Released - Willy Tschager - 2016-03-21 Philippe Hurbain Wrote:- could it be possible to somehow cache primitives to make startup (much) faster? +1 Re: [LDPartEditor] 0.8.6 Beta Released - Gerald Lasser - 2016-03-21 At a first glance I cannot start LDPE with the new run.bat Code: start "" javaw -Xmx1500m -Xms512m -jar -Djava.library.path="natives/" -jar LDPartEditor.jar The old start-up works: Code: start "" javaw -jar -Djava.library.path="natives/" -jar LDPartEditor.jar I also do not get any error message, also not in the cmd window Re: [LDPartEditor] 0.8.6 Beta Released - Philippe Hurbain - 2016-03-21 Works for me (XP 32bits, 4GB RAM). What is your config? Re: [LDPartEditor] 0.8.6 Beta Released - Gerald Lasser - 2016-03-21 Win 7, 64 bit I did an update through the update.bat Re: [LDPartEditor] 0.8.6 Beta Released - Philippe Hurbain - 2016-03-21 Your Java is 64bit too? then that could explain, the parameters -Xmx1500m -Xms512m are for 32bit only. Maybe the updater got confused (worked for me on my Win7/64 machine). Re: [LDPartEditor] 0.8.6 Beta Released - Philippe Hurbain - 2016-03-21 Got a strange problem... after some editing, selection/display started to go wrong: as soon as I selected an element, it disappeared from initial place and got displayed as if it was turned by 90° around Z axis... Not found how to reproduce this. And another little glitch: if I try to select the chrd by clicking on it (code below), the cylo gets selected too. Code: 1 16 -15 -7 0 0 0 -2 -2 0 0 0 18 0 1-4cylo.dat Re: [LDPartEditor] 0.8.6 Beta Released - Willy Tschager - 2016-03-21 * LOVE the "Modern Layout"! Why didn't you pack it with the rest? * Shortkeys for 1,2,3 now work, but I had to re-register as Philo did * Middle mouse button works, actually it works the middle mouse button as well as my registered space bar! * Bug: Open a .dat in the 3D editor will fire up a second text editor window * Someday someone will explain me what the "Move on line" is all about w. Re: [LDPartEditor] 0.8.6 Beta Released - Philippe Hurbain - 2016-03-21 Quote:* Someday someone will explain me what the "Move on line" is all about+1! |