View Single Post
# 3 26-08-2004 , 04:16 PM
kbrown's Avatar
Moderator
Join Date: Sep 2002
Location: London, UK
Posts: 3,198
There... make shelf button of this or something...
Code:
{
	string $sSel[] = `ls -sl -typ transform`;
	string $sItem;

	for($sItem in $sSel)
	{
		setAttr ($sItem + ".scalePivot") 0 0 0;
		setAttr ($sItem + ".rotatePivot") 0 0 0;
	}
}


Kari
- My Website
- My IMDB

Do a lot, Fail a lot and Learn a lot!