HI!
I have a script:
theObjs = #()
for i in (getclassinstances bitmaptexture) where (filenamefrompath i.filename) == "FXT4.jpg" do (join theObjs (refs.dependentNodes i))
select theObjs
I want select theObjs in selection.
How should i do this?
Help me please~~