Ordered selection of verts when symmetry is on

Ordered selection of verts when symmetry is on

harbourscape
Explorer Explorer
96 Views
0 Replies
Message 1 of 1

Ordered selection of verts when symmetry is on

harbourscape
Explorer
Explorer

Hi,

 

I'm trying to get the correct order of vertex selection whilst symmetry is turned on. I was assuming that I would select a vertex, the opposite vertex would automatically be selected and that would be the order that I would see if using this Python script...

 

import maya.cmds as cmds

cmds.ls(orderedSelection=True,flatten=True)

 

However, I've discovered that this is sometimes the case, but not always.

(Sometimes the mirrored vertex appears in the list before the one I actually selected!)

 

What determines the order that vertices are selected when symmetry is turned on? Is there a way to force it to always work the same way?

 

Thanks!

 

John.

 

ps TrackSelectionOrder is turned on

0 Likes
97 Views
0 Replies
Replies (0)