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

global string $shaveBrushProperties_fileVersion = "$Revision$";


global proc shaveBrushProperties()
{
	shaveCursorCtxCommonProperties("Brush", "shaveBrushCtx");
}


global proc shaveBrushSetMode(int $mode)
{
	shaveBrushSetModeButton($mode);

	string	$ctx = `currentCtx`;

	shaveBrushCtx -e -m $mode $ctx;
}