

Compatible with Maya 2022+
Update:
Fixed export issue.
Duplicate + Extract works on multiple objects at once
Added face pattern select
Scaling UI
A streamlined set of Maya tools designed to speed up modeling, UVs, Baking prep, and more.
Features
Pivot Tools – Transfer pivot orientation, align to normal, center.. etc
Edge Control – Average edge length, straighten, edge flow, pattern select
Raycast Placement – Quickly position floaters on your mesh
Edges to pipe
Planar components
Hard Edge & Crease Selection
Blend Shape Wrap – Ideal for chainmail, transfer details onto and around complex shapes
Auto Name Matching – Instantly match high + lowpoly meshes for baking setup
Outliner & Wireframe color customization
UV Compression, Gridify and unwrap tools
Renaming Tools – Clean up and replace names + remove "_pasted" from pasted objects
Animated tutorial GIFs
Billboard selected objects to always face the camera
Camera-constrained lighting setup
Clean up Instances in your scene
And more..
Setup
Unzip and drop the mtTools folder into your Maya scripts folder ( %USERPROFILE%\Documents\maya\scripts )
Launch Maya
Paste the Python code below into your script editor and press the execute button ► to launch the tool and add the shelf
import importlib
import sys
import os
sys.path.append(os.environ['USERPROFILE'] + '/Documents/maya/scripts/mtTools/')
import mtTools.mtTools as mtTools
importlib.reload(mtTools)
mtTools.showUI()
mtTools.shelf.Start() #Remove this line if you don't want the shelf