I had kinda hoped I could get it with an API call or something, but I
guess I will have to go go the callback/scriptJob route.

Thanks :-)


On 22 Jan., 03:58, Paul Molodowitch <[email protected]> wrote:
> Unfortunately, maya does not save selection order information for
> components... which means if you want to know selection order, you'll have
> to install a callback which gets triggered on selection change, and keep
> track of it yourself.
>
> Kind of a pain, but it's the only way to do it I know of...
>
> - Paul
>
>
>
> On Thu, Jan 21, 2010 at 10:04 AM, Sune <[email protected]> wrote:
> > What's an easy and reliable way to gather a list of selected verts,
> > ordered by selection order?
>
> > I had a look at the scriptCtx, but this seems more complex than it
> > need to be :-) Also the verts are already selected, before my tools is
> > run.
>
> > Cheers,
> > Sune
>
> > P.s. I use PyMel
>
> > --
> >http://groups.google.com/group/python_inside_maya

-- 
http://groups.google.com/group/python_inside_maya

Reply via email to