// =========================================================================== // 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 "Color" m_performUVDistortionOptions.kColorSettings; displayString -replace -value "Display" m_performUVDistortionOptions.kDisplaySettings; displayString -replace -value "Per object" m_performUVDistortionOptions.kPerObject; displayString -replace -value "Per UV shell" m_performUVDistortionOptions.kPerShell; displayString -replace -value "Evaluation: " m_performUVDistortionOptions.kShadingOptions; displayString -replace -value "Draw active selection on top" m_performUVDistortionOptions.kUVDistortionActiveSelectionOnTop; displayString -replace -value "Alpha:" m_performUVDistortionOptions.kUVDistortionAlpha; displayString -replace -value "UV Distortion Options" m_performUVDistortionOptions.kUVDistortionOptions;