What is Labs ?
Labs is place were I put my experiments, work in progress, stock media and materials relating to my personal projects.Categories
Archives
Monthly Archives: January 2018
Toms Tools 1.2 Beta.
This is an updated collection of tools that I have made and pulled together into a single location in Maya. New Features: NAN Perspective Fix. import maya.cmds as cmds import maya.mel as mel #New Scene with No Dialogue Tool function … Continue reading
Posted in Code, Update
Leave a comment
Fix for NAN persp cam!
For those who are looking for a fix for Maya perspective camera nan Type this mel code in the script editor! select -r persp; ResetTransformations; GoToDefaultView; Below is the python version code. [UNTESTED!] import maya.cmds as cmds import maya.mel as … Continue reading
Posted in Code
Leave a comment