MiniModelBuilder icon indicating copy to clipboard operation
MiniModelBuilder copied to clipboard

Selecting other objects outside the created minimodel

Open mariocrevits opened this issue 2 years ago • 1 comments

Hi m-kovalsky,

After creating a minimodel cube, it is not possible to add other not selected objects. To achieve this, we have to redo the selection and creation of the minimodel cube.

I'v done a little modification and set all the objects from the model on false first and then add the selected objects in the export. Is there another way to solve this?

Maybe I can create a pull request for this?

kind regards, marioc

mariocrevits avatar Jan 14 '22 14:01 mariocrevits

The concept for the mini model is based on the fact that it is easier to remove/modify objects than to add objects. Hence, starting with a 'master model' with all base components and creating a mini model which removes or modifies some of the objects. Adding objects afterwards is not a good business to be in as it makes things significantly more complicated. What I recommend you do is to add such objects to the master model first (you can always create 2 mini models if need be).

m-kovalsky avatar Jan 16 '22 07:01 m-kovalsky