LDraw.org Discussion Forums
LPUB - Grey out previous step - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html)
+--- Forum: LDraw Editors and Viewers (https://forums.ldraw.org/forum-11.html)
+--- Thread: LPUB - Grey out previous step (/thread-16154.html)



LPUB - Grey out previous step - Jetro de Château - 2015-04-14

I'm trying to create black and white BIs for a model. In order to make it easier to see where new parts are added I would like to grey out all the "existing" parts like MLCad does in view mode. Can I do this with LPUB?


Re: LPUB - Grey out previous step - Gerald Lasser - 2015-04-14

Out of the box LPUB cannot do this.

However in this post, Trevor Sandy showed a screenshot of a modification he did to the LPUB code, may be he can help you out.


Re: LPUB - Grey out previous step - Jetro de Château - 2015-04-14

Thanks! A very helpful link. I was wondering if this is something LPUB would be able to do or if I could set up LDView (or another rendering program) to provide the images in that way for LPUB.


Re: LPUB - Grey out previous step - Gerald Lasser - 2015-04-14

I peered a bit into the LPUB code myself. It is certainly something that could be added as LPUB itself is using some a similar method to pinpoint submodels and point an arrow to them. To do so LPUB renders everything in white, just the added sub-model is blue.

I have not yet managed to compile it properly with QTCreator 4.6 so I am still trying to get at least the compiler to run first....