aboutsummaryrefslogtreecommitdiff
path: root/scripts/shaveCutValues.mel
blob: cacf563fa40b8ef58c566c24eaef55820da85c82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Shave and a Haircut
// (c) 2019 Epic Games
// US Patent 6720962

global string $shaveCutValues_fileVersion = "$Revision$";


global proc shaveCutValues(string $toolName)
{
	shaveCursorCtxCommonValues($toolName);
}