JM
  • Home
  • Pokemon Go
  • Mobile Games
  • Personal Work
  • Film Work
    • Tamara
    • Flume
  • Tips & Scripts
  • Contact/Resume

Tips . Tricks . Scripts

This will be a collection of useful scripts or lectures notes I've written for work or my classes at SJSU

Batch Rendering on Mac and PC (rendering)

Have you ever had multiple files to render and didn't want to stay up all night setting new files to render once one complete?! No problem here is a quick tutorial on how to set up it up =). 

Center of a Mesh (rigging)

This script will help you place a bone directly in the center of a mesh using edge loops and clusters.
- Copy the text below and paste it into your Maya Script Editor
- Then click run
- If you'd like to save it for later move it onto your shelf


​// This script will mark the center of an edge loop, by placing a cluster in it. 

// Simple to use, select your edge loop and run the script 

ConvertSelectionToVertices;
selectType -ocm -alc false;selectType -ocm -polymeshVertex true;
newCluster " -envelope 1";
Powered by Create your own unique website with customizable templates.
  • Home
  • Pokemon Go
  • Mobile Games
  • Personal Work
  • Film Work
    • Tamara
    • Flume
  • Tips & Scripts
  • Contact/Resume