ScriptSpot

Forum topic · General Scripting

Selecting all VrayProxy

By remykonings · 2019-01-03

Description

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

Comments (1)

.

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