![]() |
[LDPartEditor] 0.8.12 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.12 Beta Released (/thread-21499.html) |
[LDPartEditor] 0.8.12 Beta Released - Nils Schmidt - 2016-04-30 Hi :) here is LDPartEditor 0.8.12 with the new PartReview tool. ![]() As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (9 new features and 4 bug fixes) With this release you will be able to...
The following critical issues were fixed:
What will the next release 0.8.13 deliver? An automated way to place rect*.dat primitives, more settings in the options dialog, a cleaner "Add Metadata" GUI layout, ... 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: 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. RE: [LDPartEditor] 0.8.12 Beta Released (PartReview tool, Decolour, more CSG features) - Willy Tschager - 2016-05-05 Feature request of the day: * I'd like to delete vertices as I'm able to do in LDPC with the prog deleting all triangles attached * An icon for CTRL+R * Opening a part in the 3D editor still launches a second text editor window which is quiet annoying * Get rid of that flashing dialog when I hit run.bat * LDDP's randomize color for selection. To be clear this is not a view thing only, I'd like to have all my selected black-pitch triangles and quads in random color and the color numbers in the Text Editor change accordingly w. RE: [LDPartEditor] 0.8.12 Beta Released (PartReview tool, Decolour, more CSG features) - Magnus Forsberg - 2016-05-06 Bug report: 1.) When I use the Toggle Comment-button in the Text Editor, the file becomes blocked and no editing is possible, until I Save the file. 2.) After I use SymSplitter to get half of a file, and then use the Select ...All Shown, all edges, tris and quads in hidden primitives and subfiles are selected too. If I then Create a Subfile, these edges, tris and quads are copied to the new subfile. 3.) When I double click to re-focus on a selected surface, a small jump is performed to a nearby surface. Wishlist: a.) Delete vertices, and connected surfaces, like in LDPE. b.) Get rid of that second Text Editor-window when I open a file. c.) Don't automatically open the Part Error List when a file is opened in the Text Editor. d.) Select the "other surface", by holding down Ctrl-key, when I have overlapping surfaces, like in LDPE. RE: [LDPartEditor] 0.8.12 Beta Released (PartReview tool, Decolour, more CSG features) - Willy Tschager - 2016-05-07 Feature request of the day: a.) Hiding a part in the 3D editor should "comment out" the part in the text editor b.) Select the "other surface", by holding down Ctrl-key, when I have overlapping surfaces, like in LDPE. c.) It is apparently very hard to create a triangle or a quad when there are primitives involved and the adjacent data button is not pressed d.) equivalent of the last open files button in the Text Editor e.) Merge Text and 3D Editor f.) The Converter says LDraw-Maßeinheit and Zoll. I know what a Maßeinheit is but the Rest of the world? w. RE: [LDPartEditor] 0.8.12 Beta Released (PartReview tool, Decolour, more CSG features) - Magnus Forsberg - 2016-05-07 (2016-05-07, 8:07)Willy Tschager Wrote: f.) The Converter says LDraw-Maßeinheit and Zoll. I know what a Maßeinheit is but the Rest of the world? Strange. Mine says: LDraw Unit (LDU) and Inch (in) Bug report: The Subfiler doesn't include and move comments. They're left behind in the main file. The structure of my file is lost. |