// =========================================================================== // 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 "Both" m_performSnapKeyArgList.kBoth; displayString -replace -value "Snap:" m_performSnapKeyArgList.kSnap; displayString -replace -value "Snap Keys" m_performSnapKeyArgList.kSnapKeys; displayString -replace -value "Snap Keys Options" m_performSnapKeyArgList.kSnapKeysOptions; displayString -replace -value "Snap times to multiple of:" m_performSnapKeyArgList.kSnapTimestoMultipleof; displayString -replace -value "Snap values to multiple of:" m_performSnapKeyArgList.kSnapValuestoMultipleof; displayString -replace -value "Times" m_performSnapKeyArgList.kTimes; displayString -replace -value "Values" m_performSnapKeyArgList.kValues;