[LDPartEditor] 0.8.31 Beta Released (!LPE VERTEX / Usability / 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.31 Beta Released (!LPE VERTEX / Usability / bugfix) (/thread-22137.html) |
[LDPartEditor] 0.8.31 Beta Released (!LPE VERTEX / Usability / bugfix) - Nils Schmidt - 2017-04-08 Hello, I fixed ten issues within the last week, so... here is a new release As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (6 new features and 4 bug fixes) With this release you will be 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: This Java instance does not support a 64-bit JVM. Please install the desired version. RE: [LDPartEditor] 0.8.31 Beta Released (!LPE VERTEX / Usability / bugfix) - Philippe Hurbain - 2017-04-08 Thanks RE: [LDPartEditor] Axis display quirk for actions - Philippe Hurbain - 2017-05-17 When using the translate/scale/set etc actions, an axis thingy is displayed to show origin and orientation, which is a Good Thing. But the displayed thingy is always the local one, even if we are in global mode. And there it becomes misleading! Otherwise, I see that I mistakenly put may last two posts in 0.8.28 thread instead of this one... and I didn't find how to move them. RE: [LDPartEditor] Inlined notice cleaning - Philippe Hurbain - 2017-05-17 Another conveniency one... As a user, I'd like to be able to remove all "0 // Inlined:" notices with a "quick fix". RE: [LDPartEditor] 0.8.31 Beta Released (!LPE VERTEX / Usability / bugfix) - Magnus Forsberg - 2017-05-17 As a user I want to move the Manipulator with left/right or up/down arrows on my keyboard. Something like this:
This, select and move something, is possible in LDPC. Why not in LDPE? RE: [LDPartEditor] 0.8.31 Beta Released (!LPE VERTEX / Usability / bugfix) - Philippe Hurbain - 2017-05-17 I'd appreciate keyboard movements too... RE: [LDPartEditor] LDPE Edger2 bug? - Philippe Hurbain - 2017-05-23 Looks like LDPE embedded Edger2 sometimes creates erroneous edge lines in flat areas... Attached the original file, result with command line Edger2, result with LDPE Edger2. Problem occurs near the tread rounded tips of tread. Default parameters, no generation of unmatched lines. Found the culprit: overlapping surfaces. I was fooled because minute rounding errors made these overlaps unnoticed by LDPE duplicate detection engine. RE: [LDPartEditor] 0.8.31 Beta Released (!LPE VERTEX / Usability / bugfix) - yongxu wang - 2017-05-24 When I double-click "run.bat", the document flashes back. What's the matter? RE: [LDPartEditor] 0.8.31 Beta Released (!LPE VERTEX / Usability / bugfix) - yongxu wang - 2017-05-24 (2017-05-24, 2:38)yongxu wang Wrote: When I double-click "run.bat", the document flashes back. What's the matterIt has been solved。Now learn how to use it RE: [LDPartEditor] 0.8.31 Beta Released (!LPE VERTEX / Usability / bugfix) - Philippe Hurbain - 2017-05-24 (2017-05-24, 4:36)yongxu wang Wrote:Good luck What was the problem? Incorrect installation of JRE?(2017-05-24, 2:38)yongxu wang Wrote: When I double-click "run.bat", the document flashes back. What's the matterIt has been solved。Now learn how to use it RE: [LDPartEditor] 0.8.31 Beta Released (!LPE VERTEX / Usability / bugfix) - yongxu wang - 2017-05-25 (2017-05-24, 15:17)Philippe Hurbain Wrote:(2017-05-24, 4:36)yongxu wang Wrote: It has been solved。Now learn how to use itGood luck What was the problem? Incorrect installation of JRE? The JDK version is not high enough. Do you have any other tutorials published on other websites? YouTube can't land in china. RE: [LDPartEditor] 0.8.31 Beta Released (!LPE VERTEX / Usability / bugfix) - Magnus Forsberg - 2017-06-03 Is there a way to deform a rotated edge-prim around a cylinder? I want to deform this: 1 16 0 3 0 -2.296101 0 -5.543277 0 1 0 5.543277 0 -2.296101 3-8edge.dat to replace this: 1 16 0 3 0 -6 0 0 -6 1 0 0 0 -6 3-16edge.dat 1 16 0 3 0 -6 0 0 -6 1 0 0 0 6 3-16edge.dat Or, How do I rotate a sloping edge around a sloping surface through a cylinder? RE: [LDPartEditor] 0.8.31 Beta Released (!LPE VERTEX / Usability / bugfix) - Philippe Hurbain - 2017-06-04 For cylinders oriented in Cartesian directions you can rely on slicerpro or projector. But Ldpe is definitely missing a slant tool ! Otherwise I think the two prims version is not bad... Huge startup time improvements (0.8.32) - Nils Schmidt - 2017-06-12 I would like to announce, that the next version of LDPE will start faster (it takes five seconds now on my machine). RE: Huge startup time improvements (0.8.32) - Philippe Hurbain - 2017-06-13 (2017-06-12, 20:55)Nils Schmidt Wrote: I would like to announce, that the next version of LDPE will start faster (it takes five seconds now on my machine). Yeah!!! Faster undo/redo (0.8.32) - Nils Schmidt - 2017-06-15 The next version will have faster undo/redo actions without the annoying progress bar popups. RE: Faster undo/redo (0.8.32) - Philippe Hurbain - 2017-06-15 (2017-06-15, 11:58)Nils Schmidt Wrote: The next version will have faster undo/redo actions without the annoying progress bar popups.Well... progress bar was good to know that something was happening. Of course if the new undo/redo is extremely fast progress bar becomes useless RE: Faster undo/redo (0.8.32) - Nils Schmidt - 2017-06-15 (2017-06-15, 14:02)Philippe Hurbain Wrote: Well... progress bar was good to know that something was happening. Of course if the new undo/redo is extremely fast progress bar becomes useless Undo/redo is now as fast as a manual action. Take a look at this simple example: Code: 0 BFC CERTIFY CCW Code: 0 BFC CERTIFY CCW If I change the colour of arm1.dat to 4 and I trigger an undo afterwards, the old implementation will parse the whole file (BFC, arm1.dat and arm2.dat). The new implementaion will only parse this line: Code: 1 16 0 0 0 -1 0 0 0 1 0 0 0 -1 arm1.dat This example file has only three lines, but the performance gain is huge for files with 1000+ lines. RE: Faster undo/redo (0.8.32) - Magnus Forsberg - 2017-06-15 Fast start up is good, but a faster undo/redo is way more wanted.... RE: [LDPartEditor] Axis display quirk for actions - Nils Schmidt - 2017-06-16 (2017-05-17, 9:10)Philippe Hurbain Wrote: When using the translate/scale/set etc actions [...] the displayed thingy is always the local one, even if we are in global mode. And there it becomes misleading! I solved this issue now (#544). RE: [LDPartEditor] Inlined notice cleaning - Nils Schmidt - 2017-06-16 (2017-05-17, 11:36)Philippe Hurbain Wrote: As a user, I'd like to be able to remove all "0 // Inlined:" notices with a "quick fix". Done (#545) [LDPartEditor] Control the manipulator with left/right or up/down arrows (0.8.32) - Nils Schmidt - 2017-06-17 (2017-05-17, 18:59)Magnus Forsberg Wrote: As a user I want to move the Manipulator with left/right or up/down arrows on my keyboard. Done! (#537) It is possible to do this without fiddling with the mouse, too (as an addition to "mouse over"). You can pre-select an axis with the keyboard and then transform the selection one step on the selected axis with the cursor keys.
ESC cancels the selected axis.
|