// =========================================================================== // 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 "Add" m_AEfloatMathTemplate.kAdd; displayString -replace -value "Divide" m_AEfloatMathTemplate.kDivide; displayString -replace -value "Float A" m_AEfloatMathTemplate.kFloatA; displayString -replace -value "Float B" m_AEfloatMathTemplate.kFloatB; displayString -replace -value "Math Operation" m_AEfloatMathTemplate.kMathOperation; displayString -replace -value "Max" m_AEfloatMathTemplate.kMax; displayString -replace -value "Min" m_AEfloatMathTemplate.kMin; displayString -replace -value "Multiply" m_AEfloatMathTemplate.kMultiply; displayString -replace -value "Operation" m_AEfloatMathTemplate.kOperation; displayString -replace -value "Power" m_AEfloatMathTemplate.kPower; displayString -replace -value "Subtract" m_AEfloatMathTemplate.kSubtract;