// 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; }