Hi friends,I am trying to do a script that toggles from a required color to previously assigned color .
For example
for i in geometry do
(
if i.wirecolor != black then
(
i.wirecolor = color 0 0 0
)else
(
--this should get the same wirecolor applied before running the script.
)
)
I am a neewbie in this field.And have got very limited knowledge.Hope to get help for my problem.
br0t · 2011-08-26