Pages

Monday 9 May 2016

Maya shortest edge path command

In case you wondered which command will give you shortest edge path from 2 selected vertices, here is the example:

cmds.polySelect( 'pPlane1', shortestEdgePath=(10, 100) )


I was just solving one task involving search for centre vertex on arbitraty component of mesh and this edge path realled helped to add more topology constraints.

No comments: