// =========================================================================== // 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 "Size:" m_texCutContextProperties.kBrushSize; displayString -replace -value "Brush" m_texCutContextProperties.kCutSewBrushSettings; displayString -replace -value "Display All Shell Borders" m_texCutContextProperties.kDSB; displayString -replace -value "Edge Select Sensitivity:" m_texCutContextProperties.kEdgeSelectSensitivity; displayString -replace -value "Adjust brush size (b + drag left/right or MMB-drag left/right)" m_texCutContextProperties.kFalloffSizeAnnotation; displayString -replace -value "Cut Open Ratio:" m_texCutContextProperties.kMoveRatio; displayString -replace -value "Specify the size of the gap between the split UVs. A higher value produces a wider gap" m_texCutContextProperties.kMoveRatioAnnotation; displayString -replace -value "Steady Stroke" m_texCutContextProperties.kSS; displayString -replace -value "Distance:" m_texCutContextProperties.kSSD; displayString -replace -value "Specify the radius of the tool. Higher Edge Select Sensitive values increase the radius\nAny edges that are within the radius when you drag your cursor across a shell are cut" m_texCutContextProperties.kSensitiveAnnotation; displayString -replace -value "Enable finer control over the brush stroke" m_texCutContextProperties.kSteadyStrokeAnnotation;