select object by their instanced modifier

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

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
barigazy's picture

...

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)
)

bga

stillrunnin's picture

thank you barigazy, appreciate the assistance

thank you barigazy, appreciate the assistance

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.