// =========================================================================== // Copyright 2018 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies this software in either electronic or hard copy form. // =========================================================================== displayString -replace -value "Cut UV Tool" m_texSculptCacheContextMM.kCutUVTool; displayString -replace -value "Surface/Volume" m_texSculptCacheContextMM.kFalloffHybrid; displayString -replace -value "Surface" m_texSculptCacheContextMM.kFalloffSurface; displayString -replace -value "Falloff Type" m_texSculptCacheContextMM.kFalloffType; displayString -replace -value "Volume" m_texSculptCacheContextMM.kFalloffVolume; displayString -replace -value "Grab UV Tool" m_texSculptCacheContextMM.kGrabUVTool; displayString -replace -value "Invert Pin" m_texSculptCacheContextMM.kInvertPin; displayString -replace -value "Last Tool: " m_texSculptCacheContextMM.kLastTool; displayString -replace -value "Pin UV Tool" m_texSculptCacheContextMM.kPinUVTool;