Show messages: All
1-2
3-5
From: Paolo (PAOLOLOBBIA)
Hi PaQ,
After Paste, don't unselect the objects and give them a different name.
You will find the name in the objectbrowser.
From: coi (MARCO)
hi paq,
did you try the SelectParents-script?
http://kyticka.webzdarma.cz/3d/moi/#SelectParents
script:var gd = moi.geometryDatabase; var objs = gd.getSelectedObjects(); gd.deselectAll(); for ( var i = 0; i < objs.length; ++i ) { var parents = objs.item(i).getHistoryParents(); parents.setProperty( 'selected', true ); }
i duplicated a few solids on top of each other..selected the whole punch and ran the selectparents-script..ended up with just the "orginal" solids selected..
best of luck,
marco
From: Michael Gibson
Hi PaQ, I think Marco's idea of using history for selection is your best bet.
Right now there is not any general mechanism for detecting or removing duplicates.
- Michael
Show messages: All
1-2
3-5