MoI discussion forum
MoI discussion forum

Full Version: Duplicated Solids.

Show messages: All  1-3  4-5

From: coi (MARCO)
28 Jan 2010   [#4]
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
28 Jan 2010   [#5] In reply to [#1]
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-3  4-5