// =========================================================================== // 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 "All" m_dynRelEditorPane.kAll; displayString -replace -value "Collisions" m_dynRelEditorPane.kCollisions; displayString -replace -value "Emitters" m_dynRelEditorPane.kEmitters; displayString -replace -value "Fields" m_dynRelEditorPane.kFields; displayString -replace -value "Help on Dynamic Relationships Editor" m_dynRelEditorPane.kHelpOnDynamicRelationships; displayString -replace -value "Selection modes:" m_dynRelEditorPane.kSelectionModes; displayString -replace -value "Solver" m_dynRelEditorPane.kSolver;