ScriptSpot

Blog post

selected by wirecolor

By k.asa · 2009-01-28

Description

Hi all,

I was wondering if there is already a script or you have a simple solution for the following:

I want to select some objects (A) by other object(B) that has the same color as the objects (A).
(Max file have any wirecolr objects in sceen.)

Sorry I'm not good at English.

best regards.

Comments (1)

clr = $.wirecolor for i in

Anubis · 2009-05-10

clr = $.wirecolor
for i in $* where (i.wirecolor == clr) do selectMore i

But why need this for then you could use max buildin menu: "Edit > Select By > Color" :)