Selecting all VrayProxy

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

Comment viewing options

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

.

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

Comment viewing options

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