LDraw.org Discussion Forums

Full Version: Group removed inside a callout still visible on the main model
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(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
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
(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
Hi Johann
ticket opened
https://github.com/trevorsandy/lpub3d/issues/158

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

Regards

Simon