snap-to-closest-UV

based on MIT code by Michi Inoue, source https://github.com/minoue/miMayaScripts

install

manual install

  • place snap_to_closest_uv_plugin.py in the maya plug-ins folder
  • pip install the requirements kdtree to maya script folder
  • enable the maya plugin snap_to_closest_uv_plugin.py in Maya's plug-in manager: Windows > Settings/Preferences > Plug-in Manager
    image

1-click plugget install

requirements

  • Python 3
  • tested in Maya 2022
  • PySide2
  • kdtree

reference