// =========================================================================== // 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 "Cancel" m_ArrayMapperWnd.kCancel; displayString -replace -value "Create Ramp Options" m_ArrayMapperWnd.kCreateRampOptions; displayString -replace -value "Destination Attribute: ^1s" m_ArrayMapperWnd.kDestination; displayString -replace -value "Input U" m_ArrayMapperWnd.kInputU; displayString -replace -value "Input V" m_ArrayMapperWnd.kInputV; displayString -replace -value "Map To" m_ArrayMapperWnd.kMapTo; displayString -replace -value "New Ramp" m_ArrayMapperWnd.kNewRamp; displayString -replace -value "" m_ArrayMapperWnd.kNone; displayString -replace -value "" m_ArrayMapperWnd.kNone2; displayString -replace -value "OK" m_ArrayMapperWnd.kOk; displayString -replace -value "Particle's Age" m_ArrayMapperWnd.kParticlesAge;