hello, would be great to select objects with the same instanced modifier
Forum topic · Scripts Wanted
select object by their instanced modifier
By stillrunnin · 2014-08-12
Description
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