// =========================================================================== // 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_performSculpt.kAdvanced; displayString -replace -value "After" m_performSculpt.kAfter; displayString -replace -value "Basic" m_performSculpt.kBasic; displayString -replace -value "Before" m_performSculpt.kBefore; displayString -replace -value "Center within selection" m_performSculpt.kCenterWithinSelection; displayString -replace -value "Create" m_performSculpt.kCreate; displayString -replace -value "Create new partition" m_performSculpt.kCreateNewPartition; displayString -replace -value "Default" m_performSculpt.kDefault; displayString -replace -value "Deformation order:" m_performSculpt.kDeformationOrder; displayString -replace -value "Dropoff distance:" m_performSculpt.kDropoffDistance; displayString -replace -value "Dropoff type:" m_performSculpt.kDropoffType; displayString -replace -value "Even" m_performSculpt.kEven; displayString -replace -value "Exclusive" m_performSculpt.kExclusive; displayString -replace -value "Flip" m_performSculpt.kFlip; displayString -replace -value "Group sculptor with locator" m_performSculpt.kGroupSculptorWithLocator; displayString -replace -value "Grouping:" m_performSculpt.kGrouping; displayString -replace -value "Inside mode:" m_performSculpt.kInsideMode; displayString -replace -value "Linear" m_performSculpt.kLinear; displayString -replace -value "Max displacement:" m_performSculpt.kMaxDisplacement; displayString -replace -value "Mode:" m_performSculpt.kMode; displayString -replace -value "New partition name:" m_performSculpt.kNewPartitionName; displayString -replace -value "None" m_performSculpt.kNone; displayString -replace -value "Parallel" m_performSculpt.kParallel; displayString -replace -value "Partition to use:" m_performSculpt.kPartitiontoUse; displayString -replace -value "Positioning:" m_performSculpt.kPositioning; displayString -replace -value "Project" m_performSculpt.kProject; displayString -replace -value "Ring" m_performSculpt.kRing; displayString -replace -value "Sculpt Options" m_performSculpt.kSculptOptions; displayString -replace -value "Sculpt tool:" m_performSculpt.kSculptTool; displayString -replace -value "Sculpt Tool option is on. Ensure that the object to deform as well as the sculpt tool are both selected." m_performSculpt.kSculptToolOption; displayString -replace -value "Split" m_performSculpt.kSplit; displayString -replace -value "Stretch" m_performSculpt.kStretch; displayString -replace -value "Use secondary NURBS or polygon object" m_performSculpt.kUseSecondaryNURBSObject; displayString -replace -value "Use secondary selection as sculpt tool rather than implicit sphere" m_performSculpt.kUsesecondaryAnnot;