[LDPartEditor] 0.8.21 Beta Released (Protractor Angle / Move Adjacent Data / bugfix)
2016-08-06, 15:31 (This post was last modified: 2016-08-18, 22:24 by Nils Schmidt.)
2016-08-06, 15:31 (This post was last modified: 2016-08-18, 22:24 by Nils Schmidt.)
Hey,
again, 10 bug fixes and new features with a fresh 0.8.21 release...
...in the next days I want to write more content for the wiki/manual.
As always, you can download LDPE from this page:
http://nilsschmidt1337.github.io/ldparteditor/
Changelog:
(8 new features and 10 bug fixes)
With this release you will be able to...
What will the next release 0.8.22 deliver? Bug fixes* (regarding Flipper / selection filter) and non-standard primitives, more features for the angle protractor, real-time identical line detection...
* well..., I need to reproduce the errors first. I was not 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:
If it's not a 64-bit version, you'll get a message that looks like:
In general, I recommend to install the 64-bit version of the JVM for Java 8.
again, 10 bug fixes and new features with a fresh 0.8.21 release...
...in the next days I want to write more content for the wiki/manual.
As always, you can download LDPE from this page:
http://nilsschmidt1337.github.io/ldparteditor/
Changelog:
(8 new features and 10 bug fixes)
With this release you will be able to...
- ...set the second line in a angle protractor to a defined angle (with the selection tab).
- ...decide when "Move Adjacent Data" will be deactivated (new option).
- ...orientate the manipulator relative to the vertex location.
- ...set the vertex position to the position from a clipboard vertex.
- ...set the vertex position to the manipulator position.
- ...remove the target type from the selection (switch the object type while holding Alt).
- ...deselect an object with the selection rectangle (while holding Ctrl+Alt).
- ...benefit from more digits on some important numerical fields.
- Issues regarding "Move Adjacent Data".
- The red close cross on the tabs in the 3D editor did not close the correct tab sometimes.
- It was not possible to measure an existing edge line / triangle because LDPE prevented the creation of a distance meter / protractor on top of an edge line / triangle.
- Various usability bugs with "Open Part File" / "Save as..."
- Drag&Drop a file to the text editor opened the file in the 3D window, too (when sync. tabs was off).
- Drag&Drop a file to the text editor created new superflous tabs when a revert was cancelled.
- "New Part File" from the text editor opened the file in the 3D window, too (when sync. tabs was off).
- A change to the colour palette deleted the palette separator all editor windows.
- "Open Part File" from the text editor opened the file in the 3D window, too (when sync. tabs was off).
- "Save As..." from the text editor opened the file in the 3D window, too (when sync. tabs was off).
What will the next release 0.8.22 deliver? Bug fixes* (regarding Flipper / selection filter) and non-standard primitives, more features for the angle protractor, real-time identical line detection...
* well..., I need to reproduce the errors first. I was not 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.
- Download the zip-Archive
- Extract the archive content to the location of your choice
- On windows, double-click "run.bat" to start LDPE.
- On linux/mac, you have to excecute the shell script "run.sh" to start LDPE.
You can search for updates if you do the following steps:
- On windows, double-click "update.bat" to search for updates.
- On linux/mac, you have to excecute the shell script "update.sh".
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:
- Java Runtime Environment (JRE) 1.8
- OpenGL 2.1 compatible Graphics Card
- Operating System (32/64bit): Windows [XP; Vista; 7 or newer], Mac OS X [>=10.6], Linux [e.g. Ubuntu Linux >=10.4]
- CPU: Multicore-Processor e.g. Intel Core 2 Duo or AMD Athlon II (>2.0Ghz)
- RAM: 4GB
- Video-Memory: 512 MB
- Free Disk Space: 100 MB
- Operating System (64bit): Windows 7, Mac OS X [>=10.6], Linux [e.g. Ubuntu Linux >=10.4]
- CPU: Multicore-Processor with 4 cores (or more)
- RAM: >4 GB
- Video-Memory: >=1 GB
- Free Disk Space: 512 MB
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:
Code:
This Java instance does not support a 64-bit JVM. Please install the desired version.
In general, I recommend to install the 64-bit version of the JVM for Java 8.