ScriptSpot

Forum topic · General Scripting

Select - ignore hidden

By kimarotta · 2012-09-06

Description

Hi all.

how can I ignore the hidden objects selection
exemple

select $box* --- ignoring box in hidden

thanks

Comments (2)

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)