ScriptSpot

Forum topic · General Scripting

previous selection select

By dussla · 2012-07-21

Description

i selected box
ddd = $selection

and i made many box1 box2

after that i would like to select ddd(box) again

but if i select ddd , that select last object

is there good idea ?

Comments (1)

Use this: ddd = selection as

miauu · 2012-07-21

Use this:


ddd = selection as array
-- create as many boxes as you want
-- you can delete some of them
-- but...
select ddd -- will select the first selected box