Browsing ยป Mel Script

some maya python…

So this was written to help clean up some junk from a skeleton to detach its rig so it can go into Motion Builder, it simply looks for connections and deletes them. import maya.cmds as cmds all=cmds.ls(sl=True) for x in all: junk=cmds.listConnections(x) if junk: cmds.select(junk) cmds.delete(junk) welp… that wasn’t so bad.

Get Adobe Flash playerPlugin by wpburn.com wordpress themes