Hi all.
how can I ignore the hidden objects selection
exemple
select $box* --- ignoring box in hidden
thanks
Forum topic · General Scripting
By kimarotta · 2012-09-06
Hi all.
how can I ignore the hidden objects selection
exemple
select $box* --- ignoring box in hidden
thanks
kimarotta · 2012-09-06
Yeah, is perfect...
thanks...
Try this
barigazy · 2012-09-06
select (for o in ($Box* as array) where not o.isHidden collect o)