// =========================================================================== // 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 "Show brush ring during stroke" m_texSculptCacheContextProperties.kBrushRing; displayString -replace -value "Brush" m_texSculptCacheContextProperties.kBrushSection; displayString -replace -value "Display" m_texSculptCacheContextProperties.kDisplaySection; displayString -replace -value "Curve:" m_texSculptCacheContextProperties.kFalloffCurve; displayString -replace -value "Custom Curve:" m_texSculptCacheContextProperties.kFalloffCurveCustom; displayString -replace -value "Preset Curve:" m_texSculptCacheContextProperties.kFalloffCurvePreset; displayString -replace -value "Surface/Volume" m_texSculptCacheContextProperties.kFalloffHybrid; displayString -replace -value "Falloff" m_texSculptCacheContextProperties.kFalloffSection; displayString -replace -value "Size:" m_texSculptCacheContextProperties.kFalloffSize; displayString -replace -value "Adjust brush size (b + drag left/right or MMB-drag left/right)" m_texSculptCacheContextProperties.kFalloffSizeAnnotation; displayString -replace -value "Strength:" m_texSculptCacheContextProperties.kFalloffStrength; displayString -replace -value "Adjust brush strength (m + drag up/down or MMB-drag up/down)" m_texSculptCacheContextProperties.kFalloffStrengthAnnotation; displayString -replace -value "Surface" m_texSculptCacheContextProperties.kFalloffSurface; displayString -replace -value "Type:" m_texSculptCacheContextProperties.kFalloffType; displayString -replace -value "Volume" m_texSculptCacheContextProperties.kFalloffVolume; displayString -replace -value "Direction:" m_texSculptCacheContextProperties.kGrabDirection; displayString -replace -value "UV" m_texSculptCacheContextProperties.kGrabScreen; displayString -replace -value "Invert" m_texSculptCacheContextProperties.kInvert; displayString -replace -value "Invert the tool function (Ctrl)" m_texSculptCacheContextProperties.kInvertAnnotation; displayString -replace -value "Invert Pin" m_texSculptCacheContextProperties.kInvertPinnedButton; displayString -replace -value "Paint" m_texSculptCacheContextProperties.kPMPaint; displayString -replace -value "Smooth" m_texSculptCacheContextProperties.kPMSmooth; displayString -replace -value "Paint Method:" m_texSculptCacheContextProperties.kPaintMethod; displayString -replace -value "Set how pin values are applied or edited on a mesh" m_texSculptCacheContextProperties.kPaintMethodAnnotation; displayString -replace -value "Reset Curve" m_texSculptCacheContextProperties.kResetCurveButton; displayString -replace -value "Save Custom Curve" m_texSculptCacheContextProperties.kSaveCurveButton; displayString -replace -value "Snap to grid" m_texSculptCacheContextProperties.kSnapToGrid; displayString -replace -value "Twist" m_texSculptCacheContextProperties.kTwist; displayString -replace -value "Rotate UVs clockwise or counterclockwise (Ctrl)" m_texSculptCacheContextProperties.kTwistUVAnnotation; displayString -replace -value "Unpin All" m_texSculptCacheContextProperties.kUnpinAllButton; displayString -replace -value "U" m_texSculptCacheContextProperties.kXZ; displayString -replace -value "V" m_texSculptCacheContextProperties.kYZ;