![]() |
[LDPartEditor] 0.8.20 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.20 Beta Released (/thread-21685.html) |
[LDPartEditor] 0.8.20 Beta Released - Nils Schmidt - 2016-07-30 Hello, this could be version 0.9.0... but it's still 0.8.20... the best is yet to come. ![]() As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (11 new features and 5 bug fixes) With this release you will be able to...
The following critical issues were fixed:
What will the next release 0.8.21 deliver? Bug fixes, selection and manipulator features, more features for the angle protractor... * 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: 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.20 Beta Released (3D+Text in 1 Window / Join / Selection+ / Tabs+) - Philippe Hurbain - 2016-07-31 Looks like Github still shows 0.8.19 version executable only? Old links to 0.8.19 are now corrected - Nils Schmidt - 2016-07-31 (2016-07-31, 6:44)Philippe Hurbain Wrote: Looks like Github still shows 0.8.19 version executable only? Arrgh... :) I corrected the links on the page. Now it should be up to date. RE: [LDPartEditor] 0.8.20 Beta Released (3D+Text in 1 Window / Join / Selection+ / Tabs+) - Magnus Forsberg - 2016-07-31 Is it just me, not knowing any other CAD programs, but what's the difference between Local/Global buttons? How am I supposed to use the Scale tool? It seems to be connected to te Scale Snap setting, but it seems to multiply instead of rescaling, and only primitives. If I set the Scale Snap to 1.1 it goes from 1 to 1.1, to 1.21, to 1.331, to 1.4641 and so on. How do I set the Manipulator to move a vertice away from, or closer to, the origin? How do I resize a "ring" of loose vertices relative the origin, or the Manipulator. RE: Old links to 0.8.19 are now corrected - Philippe Hurbain - 2016-07-31 (2016-07-31, 10:26)Nils Schmidt Wrote: Now it should be up to date.Works fine ![]() Selection/deselection, etc works fine now! Quote:..."group" a selection. Select non-subfile content in the 3D editor. Open the context menu over the 3D view and select "Join selection (Text Editor)" to bring together what belongs together!I like this one! but is there a good reason to restrict it to non-subfile elements? Group function details - Nils Schmidt - 2016-07-31 (2016-07-31, 12:41)Philippe Hurbain Wrote:Quote:..."group" a selection. Select non-subfile content in the 3D editor. Open the context menu over the 3D view and select "Join selection (Text Editor)" to bring together what belongs together! No and yes... In fact, it is not restricted to non-subfile elements. You can still select subfile elements "to group", but then you'll group only a copy of the element, since LDPE is not allowed to modify the contents of a subfile directly (that would be a way to complicated). RE: Group function details - Philippe Hurbain - 2016-07-31 Quote:No and yes... In fact, it is not restricted to non-subfile elements. You can still select subfile elements "to group", but then you'll group only a copy of the element, since LDPE is not allowed to modify the contents of a subfile directly (that would be a way to complicated).Got it! it does group subfile+lines+quads. Note to self: subfile != subfile elements... Otherwise, seems that the context menu "open in text editor" does nothing? RE: [LDPartEditor] 0.8.20 Beta Released (3D+Text in 1 Window / Join / Selection+ / Tabs+) - Philippe Hurbain - 2016-07-31 Quote:Is it just me, not knowing any other CAD programs, but what's the difference between Local/Global buttons?Good question, would like to know the answer too ![]() Quote: How am I supposed to use the Scale tool?I find the Scale tool almost completely useless too. Just used it a bit to do some "eyeballing" to make a selection visually similar to the real part without precise measurement. And even for this it's clumsy to use as you can't lock two or more axis together to get the same scaling in several direction at the same time (maybe I missed something here?). Otherwise I only use Merge/split -> scale selection. Speaking of LDPE mysteries, I still wonder the purpose of "reverse manipulator axis" or "swap x and y manipulator axes" buttons except to eat some valuable toolbar space? RE: [LDPartEditor] 0.8.20 Beta Released (3D+Text in 1 Window / Join / Selection+ / Tabs+) - Magnus Forsberg - 2016-07-31 (2016-07-31, 14:10)Philippe Hurbain Wrote: ... eat some valuable toolbar space? If we now can have both 3D and text editor in the same window, why do we still have two sets of Save buttons and two sets of colour pallettes? Why can't I "Select all with same colour", use "Join Selection" in the 3D viewer, but not hide them with the "Toggle Comment"-button in the Text editor? It' behaves as if it still is two different programs, even if they now are joined in the same window. RE: [LDPartEditor] 0.8.20 Beta Released (3D+Text in 1 Window / Join / Selection+ / Tabs+) - Magnus Forsberg - 2016-07-31 Here's why I want to have resizable, "non-standard" primitives as a possibility in LDPE. ![]() A five spoke rim front, divided into ten spokes, adapted to a sixteen sided primitive. I had to make this using a set of fifteen sided primitives. Easy to make with PrimGen2. |