Thursday, 20 August 2020

Maya : Vertex match tool

This tool is for matching vertex position and normal from Act vertex to Ref vertex.

It needs numpy. 
To install numpy, navigate to maya app directory (which looks like “C:\Program Files\Autodesk\Maya2023\bin”)

inside folder shift and right click mouse. choose open power shell cmd prompt, type 

mayapy.exe -m pip install ‐‐user numpy

Click Download 

Usage: 

import vtxMatch

from importlib import reload

reload(vtxMatch)


 


No comments: