Select all vray proxy, switch preview mode and so one...

Hi. Is there any script for select every vray proxys? And script whitch knows switch on selected proxys bounding box or preview?
THX. I know, there is cript by Lele to switch every proxies to bounding box, but I would like to switch just selected...just better work with vray proxys...

Comments

Comment viewing options

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

Thanks alot.. It helps, and

Thanks alot.. It helps, and save time

Waseem3D's picture

thank you

You save my time, thank you so much

Graph's picture

for o in selection where

for o in selection where classOf o == VRayProxy do o.display = 0
0 = bounding box
1 = preview from file
2 = point
3 = preview from file (faces)

and selection:
select (for o in selection where classOf o == VRayProxy collect o)

and now both together:
select (for o in selection where classOf o == VRayProxy collect o.display = 0; o)

edit:dammit beat me to it :-P

Raphael Steves

Budi G's picture

Hi tomastnt. please check my

Hi tomastnt.

please check my attachment bellow ..

AttachmentSize
vray_proxy_displays01.ms 800 bytes
subfeel's picture

lil bit changed )

here is an opt for 2016-max with added "whole mesh"

AttachmentSize
vray_proxy_displays01_2.ms 845 bytes

Exhibition Design: https://www.behance.net/subfeel

Comment viewing options

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