Downloads

These are various tools I have created which are available for download.

Autodesk Maya - Python


File Description
rtRenderSelectedMeshesRegion.zip Modified: 05 - 23 - 2009
Version: Maya 2008 or later
Description:
Update: I forgot to import maya.cmds in the version I first submitted, this is fixed now.
I wrote this based on a way a cgtalk user wanted to render regions based on the selected meshes. This script uses the Python API to figure out the world to screen bounding box of the selected meshes then it converts the bounding box to fit to the current render settings and renders only the region of that mesh based on the bounding box of the selected meshes. I did this just to see if I could do it.
poseReader_ver1_2.zip Modified: 04 - 07 - 2009
Version: Maya 2008 or later
Description:
This plug-in was originally written by Michael B. Comet in C++. I have converted the poseReader and multiTrigger nodes to Python. The C++ source code Michael originally wrote is also included. This should allow this plug-in to be used on multiple platforms without recompiling in the future. I am looking into converting the poseDeformer but deformers are Pythons weak spot. I will test and see if the node is quick enough using the Python API.
Note that this plugin does not work for Maya 8.5. I have had reports it errors out, I dont have a way to get ahold of 8.5 but this plugin has been tested on 2008 and later versions.
rt4×4MatrixToTRS.zip Modified: 02 - 03 - 2009
Version: Maya 2008 or later
Description:
Creates a general utility node that can convert a 16 float matrix to translate, rotate, and scale.

Autodesk Maya - MEL


File Description
None None

Autodesk 3DS Max - Maxscript


File Description
None None