Website powered by

mtTools

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 

  1. Unzip and drop the mtTools folder into your Maya scripts folder ( %USERPROFILE%\Documents\maya\scripts )

  2. Launch Maya

  3. 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


Standard Use License
$0
License: Standard License
Stock Assets

For personal use and one commercial project (up to 2,000 sales or 20,000 views).

Tutorials

One copy to be used by a single user.

Installable Tools

One installation by a single user.

Learn More
Files (1)
mtTools
zip /
4 MB