// =========================================================================== // 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 "Falloff color:" m_softSelectProperties.kColorCurve; displayString -replace -value "Color:" m_softSelectProperties.kColorSlider; displayString -replace -value "Interpolation:" m_softSelectProperties.kCurveInterpolation; displayString -replace -value "Enable/Disable Soft Select" m_softSelectProperties.kEnableSoftSelectAnnot; displayString -replace -value "Enable/Disable Soft Select False Color" m_softSelectProperties.kEnableSoftSelectFalseColorAnnot; displayString -replace -value "Falloff curve:" m_softSelectProperties.kFalloffCurve; displayString -replace -value "Curve presets:" m_softSelectProperties.kFalloffCurvePresets; displayString -replace -value "Falloff mode:" m_softSelectProperties.kFalloffMode; displayString -replace -value "Falloff radius:" m_softSelectProperties.kFalloffRadius; displayString -replace -value "Global" m_softSelectProperties.kGlobalFalloff; displayString -replace -value "Linear" m_softSelectProperties.kLinear; displayString -replace -value "None" m_softSelectProperties.kNone; displayString -replace -value "Object" m_softSelectProperties.kObjectFalloff; displayString -replace -value "Reset" m_softSelectProperties.kResetSoftSelectBtn; displayString -replace -value "Smooth" m_softSelectProperties.kSmooth; displayString -replace -value "Viewport color:" m_softSelectProperties.kSoftSelectColourEnabled; displayString -replace -value "Store custom" m_softSelectProperties.kSoftSelectCustomCurve; displayString -replace -value "Soft Select:" m_softSelectProperties.kSoftSelectEnabled; displayString -replace -value "Soft Selection" m_softSelectProperties.kSoftSelection; displayString -replace -value "Spline" m_softSelectProperties.kSpline; displayString -replace -value "UV falloff radius:" m_softSelectProperties.kUVFalloffRadius;