[LDPE] 1.8.57 Released (CC BY 4.0, subfile selections, file location for linked inlining) - 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: [LDPE] 1.8.57 Released (CC BY 4.0, subfile selections, file location for linked inlining) (/thread-26432.html) |
1.8.57 Released (CC BY 4.0, subfile selections, file location for linked inlining) - Nils Schmidt - 2022-06-06 Hi, another month, another LDPE release. As always, you can download LDPE from this page: http://nilsschmidt1337.github.io/ldparteditor/ Changelog: (3 new features and 2 bug fixes) With this release you will be able to...
The following critical issues were fixed:
The program was tested intensively with "real world" files. However, something can go wrong in about 140.000 lines of code. Installation on Windows:
I listen carefully to your requests and possible complaints. Please leave me a message, with your thoughts and wishes to further improve the software. 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:
RE: 1.8.57 Released (CC BY 4.0, subfile selections, file location for linked inlining) - Orion Pobursky - 2022-06-06 (2022-06-06, 8:31)Nils Schmidt Wrote: use the upgraded "!LICENSE" / "!HISTORY" meta command to support the new CC BY 4.0 agreement. Since I'm at work, can you (or someone else who's install this version) explain the the change is for !HISTORY statements? While I have mentioned what !LICENSE will change to, I haven't issued any formal guidance on !HISTORY so I don't want any conflicts. !LICENSE and !HISTORY lines - Nils Schmidt - 2022-06-06 (2022-06-06, 14:32)Orion Pobursky Wrote: Since I'm at work, can you (or someone else who's install this version) explain the the change is for !HISTORY statements? While I have mentioned what !LICENSE will change to, I haven't issued any formal guidance on !HISTORY so I don't want any conflicts. Hi Orion, I added these two additional !LICENSE lines and modified !HISTORY in the following way: Code: 0 !LICENSE Licensed under CC BY 2.0 and CC BY 4.0 : see CAreadme.txt Code: 0 !HISTORY YYYY-MM-DD [UserName] [4.0] Free text description of change "Additionally the optional [4.0] tag in the !HISTORY lines will signify which edits are covered by CC BY 4.0. Absence of this tag implies the edit is covered by CC By 2.0" RE: !LICENSE and !HISTORY lines - Orion Pobursky - 2022-06-06 (2022-06-06, 16:31)Nils Schmidt Wrote: Ok. This was in my initial draft, but I'm not sure this will be the final implementation. I have to do some research on exactly what is require as adding the [4.0] tag may not be needed. Instead I may just implement a hard date after which all edits will have to be 4.0. No need to immediately remove this but it will likely change. Note: The !LICENSE statements are fine. Those likely won't change between what I put out in the LDCad thread and the final product. !HISTORY [4.0] lines - Nils Schmidt - 2022-06-08 (2022-06-06, 16:54)Orion Pobursky Wrote: Ok. This was in my initial draft, but I'm not sure this will be the final implementation. I have to do some research on exactly what is require as adding the [4.0] tag may not be needed. Instead I may just implement a hard date after which all edits will have to be 4.0. No need to immediately remove this but it will likely change. I can easily change it, if required. Currently, the [4.0] tag is implemented conditionally / optionally. Ctrl+H inserts a !HISTORY line in LDPE. If the user had picked the 4.0 license in the LDPE settings, then the !HISTORY line is Code: 0 !HISTORY YYYY-MM-DD [Username] [4.0] otherwise it is still Code: 0 !HISTORY YYYY-MM-DD [Username] So LDPE does not really enforce the new tag on new or existing !HISTORY lines. RE: !HISTORY [4.0] lines - Orion Pobursky - 2022-06-08 Like I wrote, this is easy to manually fix but the fact that it's option makes it a non-issue. RE: 1.8.57 Released (CC BY 4.0, subfile selections, file location for linked inlining) - Max Murtazin - 2022-06-19 May I ask for a feature that would enable fixing one of three axis? It's not very comfortable to rotate model simultaneously in all 3 axis, and I'll be glad if I was able to lock one of them in place, enabling for similar viewport as in Blender, Studio, LDD and other 3d software Keys for fixed viewport rotation? - Nils Schmidt - 2022-06-21 (2022-06-19, 18:57)Max Murtazin Wrote: May I ask for a feature that would enable fixing one of three axis? It's not very comfortable to rotate model simultaneously in all 3 axis, and I'll be glad if I was able to lock one of them in place, enabling for similar viewport as in Blender, Studio, LDD and other 3d software What keys do you want for rotating around X and Y? edit: I implemented now Shift for snapped rotation around Y. and Alt for snapped rotation around X. The Ctrl key is already there for fixed rotation around the Z axis of the viewport. RE: 1.8.57 Released: Problem with text find? - Philippe Hurbain - 2022-06-30 I don't seem to be able to do a text find/replace, there is no button to activate the search. It used to work, but this is not a feature I use very often, so I don't know when it stopped working. RE: 1.8.57 Offset problem with Ytruder mirror - Philippe Hurbain - 2022-06-30 When the source lines come from an offset subpart, Ytruder "symmetry across plane" doesn't create the correct result. See this screen capture: The first try directly uses lines from the offset subpart and fails, the second one first copies the lines and produces the desired result. Files attached to reproduce issue. (projection on plane also fails) RE: 1.8.57 Released - Hidden lines - Magnus Forsberg - 2022-06-30 I saw something strange today editing s\11203s01. I selected the 4 studs in the 3D view and hit ghost button (Hide). They hide. But if I then insert a new line in the text editor something strange happen. Different lines are maked as hidden, but that's not correct. And if I then comment out a line, more strange things happen. RE: 1.8.57 Released - Hidden lines - Philippe Hurbain - 2022-07-01 I've seen similar things many times, but couldn't reproduce reliably so I didn't report... But yes it happens. I solve this by un hiding all then re-hide again 😔 Will be solved today. Other buttons are also gone. - Nils Schmidt - 2022-07-02 (2022-06-30, 11:40)Philippe Hurbain Wrote: I don't seem to be able to do a text find/replace, there is no button to activate the search. It used to work, but this is not a feature I use very often, so I don't know when it stopped working. Thanks. This will be solved in the next version today (#907). The "expand area" buttons are also gone and will come back today, with the release of 1.5.58. RE: 1.8.57 Released - Hidden lines - Nils Schmidt - 2022-07-02 (2022-06-30, 22:07)Magnus Forsberg Wrote: I saw something strange today editing s\11203s01. Thanks, Magnus! I reproduced the problem. I created an issue (#914). RE: 1.8.57 Offset problem with Ytruder mirror - Nils Schmidt - 2022-07-02 (2022-06-30, 13:52)Philippe Hurbain Wrote: When the source lines come from an offset subpart, Ytruder "symmetry across plane" doesn't create the correct result. Thanks! I created issue #915. edit: This will be solved with version 1.8.59. Solved in 1.8.59: Different lines are maked as hidden in the text editor. - Nils Schmidt - 2022-07-05 (2022-06-30, 22:07)Magnus Forsberg Wrote: I saw something strange today editing s\11203s01. Hi Magnus, I solved the issue you mentioned above. It will be shipped with the release of 1.8.59 (next version). The fix was easy and does not have any side effects. Cheers, Nils |