Message 1 of 1
Ordered selection of verts when symmetry is on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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