// =========================================================================== // 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 "Advanced" m_performBaseDeform.kAdvanced; displayString -replace -value "After" m_performBaseDeform.kAfter; displayString -replace -value "Basic" m_performBaseDeform.kBasic; displayString -replace -value "Before" m_performBaseDeform.kBefore; displayString -replace -value "Create" m_performBaseDeform.kCreate; displayString -replace -value "Create new partition" m_performBaseDeform.kCreateNewPartition; displayString -replace -value "Default" m_performBaseDeform.kDefault; displayString -replace -value "Deformation order:" m_performBaseDeform.kDeformationOrder; displayString -replace -value "Exclusive" m_performBaseDeform.kExclusive; displayString -replace -value "New partition name:" m_performBaseDeform.kNewPartitionName; displayString -replace -value "Parallel" m_performBaseDeform.kParallel; displayString -replace -value "Partition to use:" m_performBaseDeform.kPartitiontoUse; displayString -replace -value "Split" m_performBaseDeform.kSplit;