Compatible from Maya 2019 through current
Windows, macOS, Linux
SHOWCASE
INSTALLATION
This plugin will display the selected mesh wireframe with specific parameters in the maya's viewport.
Put the plugin file in your maya plug-in path. To retrieve the path, just type in the melscript console editor:
getenv MAYA_PLUG_IN_PATH
Under Windows it's usually:
C:/Users/user/Documents/maya/mayaversion/plug-ins
Put the *.py files in your maya script path,
getenv PYTHONPATH
To launch the tool
Load it with the plug-in manager then:
Python:
import zi_wireframe
zi_wireframe.main()
We recommend using a shortcut
NOTE
The display features will be applied to the selected mesh
*LMB = Left Mouse Button
*MMB = Middle Mouse Button