// =========================================================================== // 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 "Absolute" m_polyCreaseProperties.kAbsolute; displayString -replace -value "Description" m_polyCreaseProperties.kDescriptionFrame; displayString -replace -value "Extend to creased components" m_polyCreaseProperties.kExtend; displayString -replace -value "Mode:" m_polyCreaseProperties.kMode; displayString -replace -value "Set an edge/vertex crease to vary edges/vertices between hard and smooth." m_polyCreaseProperties.kPolyCreaseToolDescApp1; displayString -replace -value "Select components, and then MMB-drag." m_polyCreaseProperties.kPolyCreaseToolDescApp2; displayString -replace -value "Relative" m_polyCreaseProperties.kRelative; displayString -replace -value "Selection:" m_polyCreaseProperties.kSelection; displayString -replace -value "Settings" m_polyCreaseProperties.kSettingsFrame;