Hi, quick question,
I assumed that "select VrayProxy" would do the trick in selection all Vray Proxy files but it seems it doesn't work?
Can somebody correct me? :)
Thanks
Forum topic · General Scripting
By remykonings · 2019-01-03
Hi, quick question,
I assumed that "select VrayProxy" would do the trick in selection all Vray Proxy files but it seems it doesn't work?
Can somebody correct me? :)
Thanks
.
miauu · 2019-01-03
Boht sholud do the trick:
(
select (for o in geometry where isKindOf o vRayProxy collect o)
--
-- select(for o in geometry where classOf o == VRayProxy collect o)
)