Offsetter Documentation

Offsetter is an Autodesk Maya tool available for free with our Toolbox app. This tool allows you to quickly offset animation curves. Usage Select the curves in the order you want to offset in the Graph Editor. If no curve selected, the tool will offset all the curves available within the object.If you select a…

Read more

Basic procedural stairs for Maya

This tutorial covers the very basics of Pyside and Python for Maya 2018. If you are starting to venture into Python and have trouble finding simple examples, hopefully this post will help!

Read more

Custom Aim Constraint Node

Finding examples online about OpenMaya and python plugin when you are starting to learn is always difficult! So I decided to put together a simple and basic tutorial for creating a python plugin that will create a custom node.

Read more

Distance between two points

Recently I ran across a colleague who asked me about a script to get the distance from the camera to any selected object in the Maya viewport. His specific case was to set the depth of field of the camera based on the distance value.

Read more