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