Add substitute part from context menu - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: LDraw File Processing and Conversion (https://forums.ldraw.org/forum-22.html) +--- Thread: Add substitute part from context menu (/thread-23474.html) |
Add substitute part from context menu - Victor Di Rienzo - 2019-06-12 some days ago i asked trevor to add this to lpub3d now it will be available on 2.3.12 version of lpub3d Subject Add an option when you right click on the PLI "brick" to add Substitute part, with a dialogue to also change color, scale, camara angels etc. The aim is to automate the following manually entered meta commands: Code: 0 !LPUB PLI BEGIN SUB 20844c01.dat 15 Environment Version of LPub3D - 2.3.12 Operating system - All Solution Insert, update or remove part substitution meta commands via the PLI part context menu (right-click) with a dialogue to configure the following: Primary Arguments:
RE: Add substitute part from context menu - Philippe Hurbain - 2019-06-12 Nice!!! Thanks, Victor - and Trevor! RE: Add substitute part from context menu - Jaco van der Molen - 2019-06-13 (2019-06-12, 14:10)Philippe Hurbain Wrote: Nice!!! Thanks, Victor - and Trevor! OK, this is a very nice feature. When will 2.3.12 be available? I am waiting for another bug that is fixed ;-) RE: Add substitute part from context menu - Victor Di Rienzo - 2019-06-13 (2019-06-13, 14:36)Jaco van der Molen Wrote: OK, this is a very nice feature. When will 2.3.12 be available? i dont know yet. but looks that next version will have several updates RE: Add substitute part from context menu - Victor Di Rienzo - 2019-06-26 The new version its out. Inhave not tested yet.nhere its the change log https://trevorsandy.github.io/lpub3d/assets/docs/lpub3d/RELEASE_NOTES.html Download https://sourceforge.net/projects/lpub3d/ RE: Add substitute part from context menu - Jaco van der Molen - 2019-06-27 (2019-06-26, 21:39)tatubias Wrote: The new version its out. Inhave not tested yet.nhere its the change log OK, I tested the PLI part substitution and everything works up until I hit OK. Then LPub3D crashes. I will report to Trevor on GitHub. RE: Add substitute part from context menu - Trevor Sandy - 2019-06-27 (2019-06-12, 14:10)Philippe Hurbain Wrote: Nice!!! Thanks, Victor - and Trevor!With pleasure. Cheers. RE: Add substitute part from context menu - Trevor Sandy - 2019-06-27 (2019-06-27, 12:32)Jaco van der Molen Wrote: OK, I tested the PLI part substitution and everything works up until I hit OK. Then LPub3D crashes. Jaco, this behaviour has already been corrected. See Segfault in substitute part dialog #294. To respond to tickets faster, I’ve added a Continuous Build pre-release to the production repository. You can download a latest build for Windows (installed and portable distros), Linux AppImage, Ubuntu, Arch, Fedora and macOS. On the LPub3D GitHub Page, you can check the existence of a continuous build pre-release if the Revision badge is greater than 0. You can also see the list of latest commits (i.e. corrections) from the Last Commit badge. Cheers, RE: Add substitute part from context menu - Jaco van der Molen - 2019-06-28 (2019-06-27, 18:50)Trevor Sandy Wrote: Jaco, this behaviour has already been corrected. See Segfault in substitute part dialog #294. Ah yes, OK. I wanted to report it, but found the 294 ticket. I will download a new build to check it out. |