// =========================================================================== // 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 "Apply and Close" m_performFluidGradients.kApplyAndClose; displayString -replace -value " Center gradient" m_performFluidGradients.kCenterGradient; displayString -replace -value " Constant" m_performFluidGradients.kConstant; displayString -replace -value "Density: " m_performFluidGradients.kDensity; displayString -replace -value "Fluid Gradients Options" m_performFluidGradients.kFluidGradientsOptions; displayString -replace -value "Fuel: " m_performFluidGradients.kFuel; displayString -replace -value "Temperature: " m_performFluidGradients.kTemperature; displayString -replace -value "Velocity: " m_performFluidGradients.kVelocity; displayString -replace -value " X gradient" m_performFluidGradients.kXGradient; displayString -replace -value " -X gradient" m_performFluidGradients.kXGradient2; displayString -replace -value " Y gradient" m_performFluidGradients.kYGradient; displayString -replace -value " -Y gradient" m_performFluidGradients.kYGradient2; displayString -replace -value " Z gradient" m_performFluidGradients.kZGradient; displayString -replace -value " -Z gradient" m_performFluidGradients.kZGradient2;