Skip to content

Poly Reorder Tool

Ryan Porter edited this page Apr 16, 2017 · 1 revision

polyReorderCtx

To active the tool, run this Python command:

    cmds.loadPlugin('polyReorder')
    cmds.setToolTo(cmds.polyReorderCtx())

Select the source mesh whose point order you want to match, and press Enter.

Select the destination mesh whose point order you want to change, and press Enter.

Select six components, and press Enter. The six components should be:

  • A vertex, an edge, and a face on each mesh. The selected vertex must be on the selected edge, which must be on the selected face.

Continue selecting sextuplets of components until you have selected a trio of components on each shell of the meshes.

With nothing selected, press Enter to complete the tool.

Clone this wiki locally