More free stuff – seShapeTaper

Ok, so I had this MEL script sitting around a long time and wanted to share before it gets too out of date. This is the shape taper script that is in my demo reel that splits symmetrical set driven keys into left and right asymmetrical shapes on joints. What this script is for...

Some free PyMEL code – makeNameUnique

In the spirit of sharing some handy scripts and tools, as well as pushing my vote toward PyMEL. I am going to try to post some handy code snippets to copy and paste for your own uses. This is nothing big or fancy, mostly just small functions that are good to have in a...

Just another update

Its been a little while since I have posted so I need to keep some kind of activity going on this site. So how about some news? Good! Well, I had a great response for the free Maya plugin I wrote and I hope everyone is finding it useful. Feedback and comments are always...

sePushPullConstraint – Now for Windows 64bit

After getting several requests for a 64 bit Windows version of my plugin and unable to compile it myself, I finally got a helpful offer from Tsunekawa Takahiro to compile the plugin for me. So I took up the offer and there is now a Windows 64bit version of the plugin for Maya 8.5...

My First Maya Plugin – sePushPullConstraint

I have been reading and learning as much as I can about writing plugins for Maya through the API and I finally thought of something useful that I wanted to write. So I first did my proof of concept just using expressions in Maya to make sure I get the behavior I wanted. Then...