Code Snippet: Qt Dockwidget Tab Click Simulation

If you have used dock widgets in Qt, you may have docked with with tabs for easy stacking of other dock widgets. One handy feature of the tabs is when you click on the active tab, it will collapse the dock area and clicking a tab will expand it again. One thing however that...

Now on GitHub

I was initially going to try to keep all of my open source projects and code on my web server since I pay for it and keeps things all in one place, however I was told it was difficult find using a web search. So in effort to reach more people and to make...

Code Snippet: Get geometry index on deformer

I needed a way to get the geometry index on a deformer based on the deforming shape name. Rather than trying to trace the connections in the dependency graph, Maya’s API has a much easier and faster method. This is also better than using the deformer command for the information since the command does...

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...