// =========================================================================== // 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 "Amplitude" m_AEsimplexNoiseTemplate.kAmplitude; displayString -replace -value "Cellular" m_AEsimplexNoiseTemplate.kCellular; displayString -replace -value "Distortion Ratio" m_AEsimplexNoiseTemplate.kDistortionRatio; displayString -replace -value "Distortion U" m_AEsimplexNoiseTemplate.kDistortionU; displayString -replace -value "Distortion V" m_AEsimplexNoiseTemplate.kDistortionV; displayString -replace -value "Fractal" m_AEsimplexNoiseTemplate.kFractal; displayString -replace -value "Frequency" m_AEsimplexNoiseTemplate.kFrequency; displayString -replace -value "Frequency Ratio" m_AEsimplexNoiseTemplate.kFrequencyRatio; displayString -replace -value "Gamma" m_AEsimplexNoiseTemplate.kGamma; displayString -replace -value "Noise" m_AEsimplexNoiseTemplate.kNoise; displayString -replace -value "Noise Type" m_AEsimplexNoiseTemplate.kNoiseType; displayString -replace -value "Octaves" m_AEsimplexNoiseTemplate.kOctaves; displayString -replace -value "Ratio" m_AEsimplexNoiseTemplate.kRatio; displayString -replace -value "Ridged" m_AEsimplexNoiseTemplate.kRidged; displayString -replace -value "Scale" m_AEsimplexNoiseTemplate.kScale; displayString -replace -value "Threshold" m_AEsimplexNoiseTemplate.kThreshold;