Want to select vertex loops while staying in skinning tool & marking menu is too slow?
Select two verts and run :
# 1. Select two vertices on the loop # 2. Execute this (Bind this to a key or drag to a Python shelf button) from maya import cmds cmds.polySelectSp(loop=True)
If you have any questions or comments please do get in touch on Twitter
Comments are closed.