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 ?
Forum topic · General Scripting
By dussla · 2012-07-21
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 ?
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