aboutsummaryrefslogtreecommitdiff
path: root/scripts/shaveBrushValues.mel
blob: 7c206b9f728becdb7001d90295a59dca7071a2c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Shave and a Haircut
// (c) 2019 Epic Games
// US Patent 6720962

global string $shaveBrushValues_fileVersion = "$Revision$";


global proc shaveBrushValues(string $toolName)
{
	shaveCursorCtxCommonValues($toolName);

	//
	// Update the brush-specific controls.
	//
	int		$mode = `shaveBrushCtx -q -mode $toolName`;

	shaveBrushSetModeButton($mode);
}