LDraw.org Discussion Forums
How to back to normal view in LPub created instructions? - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: General (https://forums.ldraw.org/forum-12.html)
+--- Forum: General LDraw.org Discussion (https://forums.ldraw.org/forum-6.html)
+--- Thread: How to back to normal view in LPub created instructions? (/thread-12649.html)



How to back to normal view in LPub created instructions? - Zhengrong Zang - 2014-03-01

I am using LPub with mpd to create instruction, I rotated parent at last step, but even if I insert rotation end or rotated again, the last view in instruction is not back to normal view? Why? How can back to norm view at last?


Re: How to back to normal view in LPub created instructions? - Philippe Hurbain - 2014-03-02

LPub doesn't account for step that doesn't contain a part change. To return model to "normal" orientation in the last step, just add a dummy buffer exchange before the rotstep:
0 BUFEXCHG X STORE
0 BUFEXCHG X RETRIEVE


Re: How to back to normal view in LPub created instructions? - Zhengrong Zang - 2014-03-02

Philippe Hurbain Wrote:LPub doesn't account for step that doesn't contain a part change. To return model to "normal" orientation in the last step, just add a dummy buffer exchange before the rotstep:
0 BUFEXCHG X STORE
0 BUFEXCHG X RETRIEVE
Thanks a lot, I got it.