Is there a way to get a list of the selected objects in the same order they were (mouse-)selected, not by their name?
thanks.
lb
selected objects order
Moderators: jesterKing, stiv
ARGHHH !!! too bad.
I'm -trying- to add an object alignment fonctionality.
The idea is to align the objects on a line defined by 2 'static' ones (not only X, Y or Z axis). The two 'static' objects would have been the first and the last selected objects...
It works quite well, but only with the first and last created, which makes my fonctionality quite unusable...
Any idea ?
lb
I'm -trying- to add an object alignment fonctionality.
The idea is to align the objects on a line defined by 2 'static' ones (not only X, Y or Z axis). The two 'static' objects would have been the first and the last selected objects...
It works quite well, but only with the first and last created, which makes my fonctionality quite unusable...
Any idea ?
lb
In blender all tools are actions.
User selects stuff and then aplies an action.
Your function should stick to that rule (I think).
So, because we cannot have two objects active you are in trouble.
Another dirty solution would be to set a "I'm an aligner" flag.
select an object and make it an aligner (by pressing a button orso)
select lot's of objects and 1 active one and press "align".
Blender searches for the aligner object and aligns all selected between the aligner and the active one (the reset the aligner flag).
User selects stuff and then aplies an action.
Your function should stick to that rule (I think).
So, because we cannot have two objects active you are in trouble.
Another dirty solution would be to set a "I'm an aligner" flag.
select an object and make it an aligner (by pressing a button orso)
select lot's of objects and 1 active one and press "align".
Blender searches for the aligner object and aligns all selected between the aligner and the active one (the reset the aligner flag).
Alignment panel (was: selected objects order)
Hello,
I finaly managed to write an alignment panel.
Could someone test it ?
thanks.
Happy new year !
lb
I finaly managed to write an alignment panel.
Could someone test it ?
thanks.
Happy new year !
lb