Hi Matedem,
Does this do what you want?
code:
script:moi.geometryDatabase.invertSelection(); moi.geometryDatabase.hide();
1. Select Object(s) to Invert
2. and then Hide
This inverts the current selection first, then hides the newly selected objects — effectively leaving the original selection visible,
|