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.
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:
Post a Comment