// =========================================================================== // 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 "Deformed particleShapes do not handle expressions; apply the expression on the original non-deformed particleShape." m_expressionEdCallbacks.kDeformedparticlesNoExpr; displayString -replace -value "The current expression is in a text editor." m_expressionEdCallbacks.kExprInTextEditor; displayString -replace -value "Expression Editor: There is no expression to create." m_expressionEdCallbacks.kNoExprToCreate; displayString -replace -value "Expression Editor: name ^1s is not an attribute of object ^2s." m_expressionEdCallbacks.kNotAndAttr; displayString -replace -value "Expression Editor: In create mode; there is nothing to delete." m_expressionEdCallbacks.kNothingToDelete; displayString -replace -value "Expression Editor: To use \"Other\" editor, set \"WINEDITOR\"" m_expressionEdCallbacks.kUseOtherEditor;