$0+

mtTools

8 ratings
Add to cart

mtTools

$0+
8 ratings

Update:
Update Video

  • 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

Compatible with Maya 2022+

$
Add to cart
Size
4.04 MB
Copy product URL

Ratings

5
(8 ratings)
5 stars
100%
4 stars
0%
3 stars
0%
2 stars
0%
1 star
0%