Revision: 11722
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 16, 2009 11:41 by vsai
Initial Code
similarProxy_objects =#() try ( file=selection[1].filename for o in $* do if (classof o == vrayproxy) do if (o.filename == file) do append similarProxy_objects o ) catch(format "No filename property in: %" selection[1]) select similarProxy_objects
Initial URL
Initial Description
Selects all vray proxys in the scene which have the same vrmesh as your current selection. (For those Oops, thats not an instance moments.)
Initial Title
Select Related VrayProxys
Initial Tags
Initial Language
Maxscript