// =========================================================================== // 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 "Color" m_performSetFluidState.kColor; displayString -replace -value "Density" m_performSetFluidState.kDensity; displayString -replace -value "Falloff" m_performSetFluidState.kFalloff; displayString -replace -value "Fuel" m_performSetFluidState.kFuel; displayString -replace -value "Set:" m_performSetFluidState.kSet; displayString -replace -value "Set Initial State" m_performSetFluidState.kSetInitialState; displayString -replace -value "Set Initial State Options" m_performSetFluidState.kSetInitialStateOptions; displayString -replace -value "Temperature" m_performSetFluidState.kTemperature; displayString -replace -value "Texture coordinates" m_performSetFluidState.kTextureCoordinates; displayString -replace -value "Velocity" m_performSetFluidState.kVelocity;