// =========================================================================== // 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_performBend.kAdvanced; displayString -replace -value "After" m_performBend.kAfter; displayString -replace -value "Basic" m_performBend.kBasic; displayString -replace -value "Before" m_performBend.kBefore; displayString -replace -value "Create" m_performBend.kCreate; displayString -replace -value "Create Bend Deformer Options" m_performBend.kCreateBendDeformerOptions; displayString -replace -value "Create new partition" m_performBend.kCreateNewPartition; displayString -replace -value "Curvature:" m_performBend.kCurvature; displayString -replace -value "Default" m_performBend.kDefault; displayString -replace -value "Deformation order:" m_performBend.kDeformationOrder; displayString -replace -value "Exclusive" m_performBend.kExclusive; displayString -replace -value "High bound:" m_performBend.kHighBound; displayString -replace -value "Low bound:" m_performBend.kLowBound; displayString -replace -value "New partition name:" m_performBend.kNewPartitionName; displayString -replace -value "Parallel" m_performBend.kParallel; displayString -replace -value "Partition to use:" m_performBend.kPartitiontoUse; displayString -replace -value "Split" m_performBend.kSplit;