ScriptSpot

Forum topic · Scripts Wanted

select object by their instanced modifier

By stillrunnin · 2014-08-12

Description

hello, would be great to select objects with the same instanced modifier

Comments (2)

barigazy · 2014-08-12

Select some object, go to modify panel and select any modifier (no multiple mods)
and run this code

if selection.count != 0 do
(
if isKindOf (mody = modPanel.getCurrentObject()) modifier do
select (refs.dependentNodes mody)
)

stillrunnin · 2014-08-13

thank you barigazy, appreciate the assistance