LDraw.org Discussion Forums
Group removed inside a callout still visible on the main model - 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: Group removed inside a callout still visible on the main model (/thread-23022.html)



Group removed inside a callout still visible on the main model - Simone - 2018-11-10

Hello guys
i have a main model with a callout. Inside callout i use the command to remove a group
Code:
0 !LPUB REMOVE GROUP

and it works prefectly during callout steps, but when i return in the main model step with the submodel placed i still see parts removed before.
Is it possible to not show in the upper model the parts removed with REMOVE GROUP command?

You can find an example attached.

thanks
regards

Simon


RE: Group removed inside a callout still visible on the main model - Johann Eisner - 2018-11-10

(2018-11-10, 15:21)Simone Wrote: Hello guys
i have a main model with a callout. Inside callout i use the command to remove a group
Code:
0 !LPUB REMOVE GROUP

and it works prefectly during callout steps, but when i return in the main model step with the submodel placed i still see parts removed before.
Is it possible to not show in the upper model the parts removed with REMOVE GROUP command?

You can find an example attached.

thanks
regards

Simon


Hi Simon

I think, this is a bug.
I have the same problem.
Have you post the problem already at github?
Or should I?

Regards Johann


RE: Group removed inside a callout still visible on the main model - Simone - 2018-11-11

Hi Johann, no i didn't open any issue on github.


About github, do you mean opening a ticket on LPub3D github page?

thanks
regards

Simon


RE: Group removed inside a callout still visible on the main model - Johann Eisner - 2018-11-11

(2018-11-11, 20:07)Simone Wrote: Hi Johann, no i didn't open any issue on github.


About github, do you mean opening a ticket on LPub3D github page?

thanks
regards

Simon


Yes, that I mean.
Regards Johann


RE: Group removed inside a callout still visible on the main model - Simone - 2018-11-12

Hi Johann
ticket opened
https://github.com/trevorsandy/lpub3d/issues/158

For the moment i solved by using buffer exchange as workaround.

Regards

Simon