andrewherd.me

Technical Artist

Installing PyQt4 for Mac OS

It took a while to find some nice directions for installing PyQt4 on Mac OS Snow Leopard. These directions where easy to follow and made no assumptions about what you may already know to install via command line. Very helpful. http://www.expobrain.net/2010/06/22/install-pyqt4-in-snow-leopard

Open my Location

I’ve found that whatever scene I have open in Maya, I need it’s folder open as well for some reason or another. Here’s a dumb script to open up the first file path it finds inside of the Maya file, which generally should be the path where the file is located. import maya.cmds as mc […]