// =========================================================================== // 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_performTwist.kAdvanced; displayString -replace -value "After" m_performTwist.kAfter; displayString -replace -value "Basic" m_performTwist.kBasic; displayString -replace -value "Before" m_performTwist.kBefore; displayString -replace -value "Create" m_performTwist.kCreate; displayString -replace -value "Create new partition" m_performTwist.kCreateNewPartition; displayString -replace -value "Create Twist Deformer Options" m_performTwist.kCreateTwistDeformerOptions; displayString -replace -value "Default" m_performTwist.kDefault; displayString -replace -value "Deformation order:" m_performTwist.kDeformationOrder; displayString -replace -value "End angle:" m_performTwist.kEndAngle; displayString -replace -value "Exclusive" m_performTwist.kExclusive; displayString -replace -value "High bound:" m_performTwist.kHighBound; displayString -replace -value "Low bound:" m_performTwist.kLowBound; displayString -replace -value "New partition name:" m_performTwist.kNewPartitionName; displayString -replace -value "Parallel" m_performTwist.kParallel; displayString -replace -value "Partition to use:" m_performTwist.kPartitiontoUse; displayString -replace -value "Split" m_performTwist.kSplit; displayString -replace -value "Start angle:" m_performTwist.kStartAngle;