// =========================================================================== // 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 "Default Particle Type" m_DynParticlesMenu.kCreateOptDefPartType; displayString -replace -value "Legacy Particles" m_DynParticlesMenu.kLegacyParticles; displayString -replace -value "Create Options" m_DynParticlesMenu.kNParticlesCreateOptions; displayString -replace -value "Create" m_DynParticlesMenu.kPartCreate; displayString -replace -value "Editors" m_DynParticlesMenu.kPartEditors; displayString -replace -value "Emit" m_DynParticlesMenu.kPartEmit; displayString -replace -value "Style" m_DynParticlesMenu.kStyle;