Mesh/UV check commands for maya
Mesh/Topology checker
General UV checker
UV overlap checker by the Bentley–Ottmann algorithm
>git clone https://github.com/minoue/CheckTools
>cd CheckTools
>mkdir build
>cd build
>cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DMAYA_VERSION=2017 ../
>cmake --build . --config Release --target install
