// =========================================================================== // 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 "For this operation to work, you must first add a dynamic attribute ^1s to ^2s." m_artAttrCallback.kAddDynamicAttribute; displayString -replace -value "^1s is missing attribute ^2s." m_artAttrCallback.kAttributeMissing; displayString -replace -value "The minimum set alpha clamp value exceeded the maximum alpha clamp value. The maximum alpha clamp value is now equal to the minimum alpha clamp value." m_artAttrCallback.kClampMinExceedsAlphaClampMax; displayString -replace -value "The minimum set RGB clamp value exceeded the maximum RGB clamp value. The maximum RGB clamp value is now equal to the minimum RGB clamp value." m_artAttrCallback.kClampMinExceedsRGBClampMax; displayString -replace -value "For this operation to work, the soft body must be created with goal weight." m_artAttrCallback.kCreateWithGoalHeight; displayString -replace -value "No attribute selected" m_artAttrCallback.kNoAttributeSelected; displayString -replace -value "x/R" m_artAttrCallback.kXr; displayString -replace -value "y/G" m_artAttrCallback.kYg; displayString -replace -value "z/B" m_artAttrCallback.kZb;