I have 3 objects
MyObj = #($box001,$box002,$sphere001)
In my case, I want to change the wirecolor of all the objects to be red but I don't want to change the color on MyObj array, then I want to select objects that have become red.
for o in objects do
(
o.wirecolor = (color 255 0 0)
for i in MyObj do
(
i.wirecolor = -- don't change this
-- What next ? :o
)
)
I tried this but, it doesn't work.
Any suggestions?
Thank you
By draging · 2013-08-27
miauu · 2013-08-27
barigazy · 2013-08-27