ScriptSpot

Forum topic · General Scripting

only mesh select script

By nosee · 2012-10-23

Description

how can i try to select only mesh of all,in except other element in secen ?

What do you think?

i don't have idea about bone,cat...

Comments (2)

Like this

barigazy · 2012-10-23

select (for o in objects where isKindOf o Editable_Mesh collect o)

-.-;; nice and correct!

nosee · 2012-10-23

i thought to 'SetSelectFilter' but 'for'is correct!