LDraw.org Discussion Forums
[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 Smile

[Image: imgDuke2.png]
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...
  • ...delete a !LPE VERTEX without "Move Adjacent Data" being on.
  • ...see the selection of !LPE VERTEX meta commands (3D -> text).
  • ..."Show Selection In 3D View" of a !LPE VERTEX line in text editor.
  • ..."Show Selection In Text Editor" of a !LPE VERTEX line in 3D view.
  • ...add a !HISTORY line quickly in the text editor (with Ctrl+H).
  • ...add a !KEYWORDS line quickly in the text editor (with Ctrl+K).
The following critical issues were fixed:

  1. YTruder accidentally deleted the selected lines.
  2. YTruder was not able to do symmetry or projection on planes with value=0
  3. Toggle comment / !TEXMAP freezed the text editor on empty lines.
  4. SyncEdit did not mark the !LPE VERTEX meta command.
What will the next release 0.8.32 deliver? Bug fixes, more header validation features, usability improvements...



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.

  1. Download the zip-Archive
  2. Extract the archive content to the location of your choice
  3. On windows, double-click "run.bat" to start LDPE.
  4. On linux, you have to excecute the shell script "run.sh" to start LDPE.
Please note that this software is in the beta stage. Although, this version was tested, there are already known issues  for this release. There is a potential risk of data loss.

You can search for updates if you do the following steps:

  1. On windows, double-click "update.bat" to search for updates.
  2. On linux, you have to excecute the shell script "update.sh".
I listen carefully to your requests and possible complaints. Please leave me a message, with your thoughts and wishes to further improve the software.

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:
  • 64-bit Java Runtime Environment (JRE) 1.8
  • OpenGL 2.1 compatible Graphics Card
  • Operating System (64-bit): Windows [7 or newer], Linux [e.g. Ubuntu Linux >=14.4]
  • CPU: Multicore-Processor e.g. Intel Core 2 Duo or AMD Athlon II (>2.0Ghz)
  • RAM: 4GB
  • Video-Memory: 1 GB
  • Free Disk Space: 100 MB
Recommended Requirements:
  • Operating System (64bit): Windows 7,8,10, Linux [e.g. Ubuntu Linux >=14.4]
  • OpenGL 3.3 compatible Graphics Card
  • CPU: Multicore-Processor with 4 cores (or more)
  • RAM: >4 GB
  • Video-Memory: >1 GB
  • Free Disk Space: 512 MB
  • For a faster start, LDPartEditor and the LDraw™ library should be installed on a SSD.
--------------------------------------------------------------------------------
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  Smile


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:
  • select something, a vertex/line/surface/prim.
  • set Manipulator position
  • set move/rotate/scale step/distance/angle
  • "mouse over" one of the axis on the Manipulator
  • move one step by pressing left/right or up/down arrow key once
Select by mouse click and drag'n'drop is difficult when I only want to finetune something.
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 matter
It 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:
(2017-05-24, 2:38)yongxu wang Wrote: When I double-click "run.bat", the document flashes back. What's the matter
It has been solved。Now learn how to use it
Good luck Wink What was the problem? Incorrect installation of JRE?


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 it
Good luck Wink 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!!! [Image: heart.png]


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 Wink


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 Wink

Undo/redo is now as fast as a manual action. Take a look at this simple example:

Code:
0 BFC CERTIFY CCW

1 16 0 0 0 -1 0 0 0 1 0 0 0 -1 arm1.dat
1 16 0 0 0 1 0 0 0 1 0 0 0 1 arm2.dat
Code:
0 BFC CERTIFY CCW

1 4 0 0 0 -1 0 0 0 1 0 0 0 -1 arm1.dat
1 16 0 0 0 1 0 0 0 1 0 0 0 1 arm2.dat

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.... Heart


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.

Something like this:
  • select something, a vertex/line/surface/prim.
  • set Manipulator position
  • set move/rotate/scale step/distance/angle
  • "mouse over" one of the axis on the Manipulator
  • move one step by pressing left/right or up/down arrow key once
Select by mouse click and drag'n'drop is difficult when I only want to finetune something.
This, select and move something, is possible in LDPC. Why not in LDPE?

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.
  • F6 selects the X axis
  • F7 selects the Y axis
  • F8 selects the Z axis

  • F9 selects the X+Y axis
  • F10 selects the X+Z axis
  • F11 selects the Y+Z axis

  • F12 selects the X+Y+Z axis

ESC cancels the selected axis.
  • UP moves in the direction of the axis arrow (increment)
  • RIGHT moves in the direction of the axis arrow (increment)

  • DOWN moves against the direction of the axis arrow (decrement)
  • LEFT moves against the direction of the axis arrow (decrement)