m-kovalsky/MiniModelBuilder

Selecting other objects outside the created minimodel

Opened this issue · 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

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).