[LDPartEditor] 0.8.34 Beta Released (Textedit.Hide&Show / Selection Info / Usability) - 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.34 Beta Released (Textedit.Hide&Show / Selection Info / Usability) (/thread-22232.html) |
[LDPartEditor] 0.8.34 Beta Released (Textedit.Hide&Show / Selection Info / Usability) - Nils Schmidt - 2017-07-20 Hey, here are eight new features and one bug fix with a new version of LDPE for Windows, Linux and Mac As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (8 new features and 1 bug fix) 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.34 Beta Released (Textedit.Hide&Show / Selection Info / Usability) - Willy Tschager - 2017-07-20 (2017-07-20, 19:30)Nils Schmidt Wrote: Love it! w. RE: [LDPartEditor] 0.8.34 Beta Released (Textedit.Hide&Show / Selection Info / Usability) - Magnus Forsberg - 2017-07-21 (2017-07-20, 21:52)Willy Tschager Wrote: Love it! Me too. And hide/unhide in the text editor is also highly appreciated. I've already used it, and found some unnecessary surfaces in the part I'm reworking. Performance: Hidden Objects (0.8.35) - Nils Schmidt - 2017-07-22 The next release will fix a performance bottleneck which is related to Hide/Show. Currently, LDPE becomes sluggish if you insert the following lines in the text editor and hide them. Code: 1 16 0 0 0 1 0 0 0 1 0 0 0 1 stug-16x16.dat Basically, only files which are using many common subfile instances (e.g. stud groups) are affected (only if they are hidden). RE: Performance: Hidden Objects (0.8.35) - Willy Tschager - 2017-07-23 (2017-07-22, 18:12)Nils Schmidt Wrote: The next release will fix a performance bottleneck which is related to Hide/Show. I beg your pardon but as usual I would prefer a focus on LDPE, which is my main author prog ;-) w. Better controls for numeric input (0.8.35) - Nils Schmidt - 2017-07-23 (2016-09-07, 14:48)Philippe Hurbain Wrote: Wishes of the day... Today, I implemented these features (#441). RE: Better controls for numeric input (0.8.35) - Philippe Hurbain - 2017-07-23 Good news Milestone 0.8.35 / Total backlog is small - Nils Schmidt - 2017-07-25 Hey, Milestone 0.8.35 has currently only three open user stories:
In the next weeks I will focus less on implementation tasks. I need more good user stories for future versions of LDPE. The current backlog is extremely small. There are about 40 open issues in total and many of them are not the best bang for your buck or have no business value at all. I'll try to be creative and experiment a little bit, before I continue to work on the backlog. BTW, my last great bug hunt was a long time ago and LDPatternCreator needs some attention, too. Leg godt Nils RE: Milestone 0.8.35 / Total backlog is small - Philippe Hurbain - 2017-07-26 I was going to ask for this one https://github.com/nilsschmidt1337/ldparteditor/issues/345 but I see that things are moving there This one is loosely related too https://github.com/nilsschmidt1337/ldparteditor/issues/538... Otherwise, I have an other wish... As a user, I'd like to have a local mesh convexity optimizer. Pretty often in scanned or LDD meshes, we have a portion of mesh which is convex overall, but a few triangle pairs are in concave configuration. We generally optimize such configurations using the flip tool, but it's a tedious process. Some automatic optimization would be great in this case! Of course there is no simple solution if the mesh is twisted or saddle-shaped. Attached an example (from LDD) where I manually optimized one side (light blue area). Here the curvature defect is very shallow and barely worth the trouble, but often it's more valuable! RE: Milestone 0.8.35 / Total backlog is small - Philippe Hurbain - 2017-07-27 Wish of the day... When meaningful, I'd like to be able to select (and see in 3D view) elements producing an error or warning (warped quads, triangles or quads with colinear vertices, duplicated lines) directly from error line right click contextual menu (along with quick fix this/quick fix all) Local mesh convexity optimizer - Nils Schmidt - 2017-07-27 I created issue #572 (local mesh convexity optimizer). Selection of elements which causing errors - Nils Schmidt - 2017-07-27 I created issue #573 (selection of elements which causing errors). RE: [LDPartEditor] Select issue with subpart mode / Wrong snapping on edge projection - Philippe Hurbain - 2017-07-28 Bugs of the day... - I can select several elements of different types (lines/triangle) with control+click and changing selection mode in-between. But if I switch to subpart selection mode, previous selection is forgotten (on the opposite, if I select subparts first then lines/surfaces, it works). - When snapping on edges, it seems that projection is broken. In the attached file (testsnap1.dat) I want to snap the vertices on the big pink quads sides. Since the quad sides are parallel to Y axis, y coordinates shouldn't change during snapping. But they do... (result in testsnap2.dat) RE: [LDPartEditor] Select issue with subpart mode - Nils Schmidt - 2017-07-30 (2017-07-28, 11:56)Philippe Hurbain Wrote: Bug of the day... I fixed this issue today (#574). Select All Types + None - Nils Schmidt - 2017-07-30 Today, I implemented this feature (#538). RE: [LDPartEditor] Wrong snapping on edge projection - Nils Schmidt - 2017-07-30 (2017-07-28, 11:56)Philippe Hurbain Wrote: Bug of the day... I fixed this issue today (#575). The solution improved other functions, since the calculation for nearest edges is used on other places, too. RE: [LDPartEditor] 0.8.34 Beta Released (Textedit.Hide&Show / Selection Info / Usability) - Gerald Lasser - 2017-07-30 Draw to Selection! That is great! Thank you! RE: [LDPartEditor] Draw selection - Philippe Hurbain - 2017-07-31 I also love the new Draw (until) selection, but... As a user I'd like to have a "Draw all" menu entry, allowing to come back to normal view, without changing current text selection or cursor position. "Show All" in Text Editor - Nils Schmidt - 2017-07-31 (2017-07-31, 7:04)Philippe Hurbain Wrote: I also love the new Draw (until) selection, but... Today, I implemented a "Show All" (or "Draw all") menu entry (#576). |