Simple script that returns the number of skinClusters in the scene. Handy for tweaking the performance of rigs.
Installation:
Copy contents of the "script" directory to your scripts directory:
You can check your scripts directory by typing "internalVar -usd;" in the command line.
Usage:
Execute in ScriptEditor (in a Python tab):
import rr_skinClsCnt
reload(rr_skinClsCnt)
rr_skinClsCnt.countSkinClusters()
You can highlight those lines and middle click and drag it to your shelf to create a shelf icon.