![]() |
[LDPartEditor] 0.8.39 Beta Released (Shear Matrices / Edge Selection) - 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.39 Beta Released (Shear Matrices / Edge Selection) (/thread-22641.html) |
[LDPartEditor] 0.8.39 Beta Released (Shear Matrices / Edge Selection) - Nils Schmidt - 2017-12-29 Hi, I wanted to release this version in 2018, but I completed it earlier... why should I wait? ![]() ![]() As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (6 new features and 7 bug fixes) With this release you will be able to...
The following critical issues were fixed:
What will the next release 0.8.40 deliver? More features for subfile manipulation / bug-fixes. The program was tested intensively with "real world" files. However, it is still a beta version and something can go wrong in about 140.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.39 Beta Released (Shear Matrices / Edge Selection) - Philippe Hurbain - 2017-12-29 Thanks Nils, almost a Xmas present ![]() RE: [LDPartEditor] 0.8.39 Beta Released (Shear Matrices / Edge Selection) - Philippe Hurbain - 2017-12-30 OK, I don't get the slanting tool... How do I transform the base shape into the red one? All attempts I made do some slanting, but also result in squash/scale of the shape... ![]() RE: [LDPartEditor] 0.8.39 Beta Released (Shear Matrices / Edge Selection) - Magnus Forsberg - 2017-12-30 (2017-12-30, 10:53)Philippe Hurbain Wrote: OK, I don't get the slanting tool... I'm equally confused.... How did you get the tool to do anything? RE: [LDPartEditor] 0.8.39 Beta Released (Shear Matrices / Edge Selection) - Philippe Hurbain - 2017-12-30 (2017-12-30, 11:26)Magnus Forsberg Wrote:As is described when you open the tool: select a red/blue lines with one common vertex, deselect them then select the thing(s) you want to transform, and call the slanting tool again.(2017-12-30, 10:53)Philippe Hurbain Wrote: OK, I don't get the slanting tool... Slanting tool example - Nils Schmidt - 2017-12-30 (2017-12-30, 10:53)Philippe Hurbain Wrote: OK, I don't get the slanting tool... Assuming that you want to get this: Code: 1 4 0 0 0 10 -10 0 0 -20 0 0 0 10 4-4cylc.dat Hit ESC to make sure that your previous slanting matrix is deleted. Select this set of lines: Code: 2 4 0 0 0 1 0 0 Then select your base shape: Code: 1 16 0 0 0 10 0 0 0 -20 0 0 0 10 4-4cylc.dat Finally, open SlantingMatrixProjector and apply the following configuration (screenshot):
Click OK. Side note for single rect-primitves: If I want to project rect-primitives I draw just two lines X (red) and Z (blue) and select the rect.dat primitive. Then I keep "Set origin to the center of the first axis pair." and "Reset subfile orientation" checked. As a result the rect-primitive will fit to the two lines. RE: Slanting tool example - Magnus Forsberg - 2017-12-30 So the red/green/blue lines act like some sort of magnifier? If I use this: Code: 2 4 10 0 0 11 0 0 on only the cylinder in this: Code: 1 16 10 0 0 1 0 0 0 1 0 0 0 1 rect.dat I end up with this: Code: 1 16 10 0 0 1 0 0 0 1 0 0 0 1 rect.dat That's not what I want. Is it correct that the common point of the three lines has to be 0 0 0? RE: Slanting tool example - Nils Schmidt - 2017-12-30 (2017-12-30, 16:31)Magnus Forsberg Wrote: [...] Currently, the common point C is added to your selection and translates it by C.X, C.Y, C.Z. You can either move the lines or the cylinder to the origin. I could implement a feature which disables the translation. Would this be helpful? RE: Slanting tool example - Philippe Hurbain - 2017-12-30 (2017-12-30, 16:31)Magnus Forsberg Wrote: Is it correct that the common point of the three lines has to be 0 0 0?Same thing here... I thought that the center of transformation would be the manipulator? RE: Slanting tool example - Philippe Hurbain - 2017-12-30 ...I don't want to be negative, as the 3 lines method is probably much more powerful if/when I master it. But setup seems pretty heavy since it requires to enter 3 lines (thus 12 coefficients) when most of the slanting operations I'd like to perform involve changing just ONE 0 coefficient in an identity matrix... Future of SlantingMatrixProjector - Nils Schmidt - 2017-12-31 (2017-12-30, 17:56)Philippe Hurbain Wrote: ...I don't want to be negative, as the 3 lines method is probably much more powerful if/when I master it. But setup seems pretty heavy since it requires to enter 3 lines (thus 12 coefficients) when most of the slanting operations I'd like to perform involve changing just ONE 0 coefficient in an identity matrix... I do not consider your thoughts as "negative". This tool was developed as a first draft to have at least something to work with. I am open for any new requirements or change requests regarding the SlantingMatrixProjector ![]() RE: [LDPartEditor] 0.8.39 Beta Released (Shear Matrices / Edge Selection) - Philippe Hurbain - 2018-01-01 For some reason, LDPE stopped working this morning... I made a few things that worked properly, then suddenly I can't do anything useful (I can select things, but actions do nothing, and I can't create new elements...). Tried restarting LDPE and even rebooted my computer to no avail. Investigating... RE: [LDPartEditor] 0.8.39 Beta Released (Shear Matrices / Edge Selection) - Philippe Hurbain - 2018-01-01 (2018-01-01, 9:48)Philippe Hurbain Wrote: For some reason, LDPE stopped working this morning... I made a few things that worked properly, then suddenly I can't do anything useful (I can select things, but actions do nothing, and I can't create new elements...). Tried restarting LDPE and even rebooted my computer to no avail. Investigating...Problem solved, but remains mysterious... I first saved my configuration, then killed config.gz in LDPE folder. restarted LDPE, entered my folders, etc, it worked. Restored my configuration... still works! Mysterious problem... - Nils Schmidt - 2018-01-01 (2018-01-01, 10:04)Philippe Hurbain Wrote:(2018-01-01, 9:48)Philippe Hurbain Wrote: For some reason, LDPE stopped working this morning... I made a few things that worked properly, then suddenly I can't do anything useful (I can select things, but actions do nothing, and I can't create new elements...). Tried restarting LDPE and even rebooted my computer to no avail. Investigating...Problem solved, but remains mysterious... I first saved my configuration, then killed config.gz in LDPE folder. restarted LDPE, entered my folders, etc, it worked. Restored my configuration... still works! Hi Philo, happy new year! ![]() To solve this I need to look into the error_log.txt file from the application directory. Would it possible that you attach it to a forum post? Magnus reported similar issues to me for a previous version of LDPE. Best, Nils RE: Mysterious problem... - Philippe Hurbain - 2018-01-01 Happy New Year too! Attached the error log file but I see nothing significant in the log today... If you need it, I also have my old configuration file. RE: [LDPartEditor] Ytruder still generates triangles - Philippe Hurbain - 2018-01-19 Quote:Ytruder generated triangles when it should generate quads.Seems the problem is not completely fixed, or came back in more recent versions (using 0.8.41). The ytrusion of attached line still creates triangles (Y direction, symmetry across plane). A very little issue as it can be easily fixed with rectifier! RE: [LDPartEditor] Ytruder still generates triangles - Nils Schmidt - 2018-01-21 (2018-01-19, 14:36)Philippe Hurbain Wrote:Quote:Ytruder generated triangles when it should generate quads.Seems the problem is not completely fixed, or came back in more recent versions (using 0.8.41). Thanks! I created an issue (#678). In the next week I will publish version 0.8.42. It will not include a fix for this, but contains other fixes and for the first time you'll be able to open *.dat files with LDPE from the Windows Explorer (Open with... -> Select LDPartEditor.exe). RE: Future of SlantingMatrixProjector - Philippe Hurbain - 2018-06-14 (2017-12-31, 10:24)Nils Schmidt Wrote:Just for the record... I tried again to do something the SlantingMatrixProjector, and failed again miserably. Impossible to wrap my head around the interface. My dream: be able to apply a transformation matrix to the current selection, either in global or local coordinates. The interface would present the user the 3x3 transformation matrix, initially set to identity matrix, with the possibility to edit and change all 9 coefficients.(2017-12-30, 17:56)Philippe Hurbain Wrote: ...I don't want to be negative, as the 3 lines method is probably much more powerful if/when I master it. But setup seems pretty heavy since it requires to enter 3 lines (thus 12 coefficients) when most of the slanting operations I'd like to perform involve changing just ONE 0 coefficient in an identity matrix... ...going to boot dreaded MLCad to do the job... ![]() |