// =========================================================================== // 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_performSquash.kAdvanced; displayString -replace -value "After" m_performSquash.kAfter; displayString -replace -value "Basic" m_performSquash.kBasic; displayString -replace -value "Before" m_performSquash.kBefore; displayString -replace -value "Create" m_performSquash.kCreate; displayString -replace -value "Create new partition" m_performSquash.kCreateNewPartition; displayString -replace -value "Create Squash Deformer Options" m_performSquash.kCreateSquashDeformerOptions; displayString -replace -value "Default" m_performSquash.kDefault; displayString -replace -value "Deformation order:" m_performSquash.kDeformationOrder; displayString -replace -value "End smoothness:" m_performSquash.kEndSmoothness; displayString -replace -value "Exclusive" m_performSquash.kExclusive; displayString -replace -value "Expand:" m_performSquash.kExpand; displayString -replace -value "Factor:" m_performSquash.kFactor; displayString -replace -value "High bound:" m_performSquash.kHighBound; displayString -replace -value "Low bound:" m_performSquash.kLowBound; displayString -replace -value "Max expand position:" m_performSquash.kMaxExpandPosition; displayString -replace -value "New partition name:" m_performSquash.kNewPartitionName; displayString -replace -value "Parallel" m_performSquash.kParallel; displayString -replace -value "Partition to use:" m_performSquash.kPartitiontoUse; displayString -replace -value "Split" m_performSquash.kSplit; displayString -replace -value "Start smoothness:" m_performSquash.kStartSmoothness;