I am trying to write a script that test true when you select objects and then tests false when they're not selected. How do you write this in maxscript ?
Here is what I have:
for obj in selection do
(
-- code goes here
)
But how do you write not to select? I tried this but, it doesn't work.
for obj not in selection do
(
-- code goes here
)
But it doesn't pass? Any suggestions???
By Felice · 2013-07-31
Swordslayer · 2013-08-05
Budi G · 2013-08-06
brttd · 2013-08-06