// =========================================================================== // 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 "Add" m_performSetFluidAttrFromCurve.kAdd; displayString -replace -value "Apply" m_performSetFluidAttrFromCurve.kApply; displayString -replace -value "Color: " m_performSetFluidAttrFromCurve.kColor; displayString -replace -value "Set color value in voxels that intersect the curve" m_performSetFluidAttrFromCurve.kColorAnnot; displayString -replace -value "Color value to set in voxels that intersect the curve" m_performSetFluidAttrFromCurve.kColorSliderAnnot; displayString -replace -value "Curvature-based velocity:" m_performSetFluidAttrFromCurve.kCurvatureBased; displayString -replace -value "If checked, velocity will be slower in areas of high curvature" m_performSetFluidAttrFromCurve.kCurvatureBasedAnnot; displayString -replace -value "Density: " m_performSetFluidAttrFromCurve.kDensity; displayString -replace -value "Set density values in voxels that intersect the curve" m_performSetFluidAttrFromCurve.kDensityAnnot; displayString -replace -value "Density value to set in voxels that intersect the curve" m_performSetFluidAttrFromCurve.kDensitySliderAnnot; displayString -replace -value "Falloff: " m_performSetFluidAttrFromCurve.kFalloff; displayString -replace -value "Set falloff values in voxels that intersect the curve" m_performSetFluidAttrFromCurve.kFalloffAnnot; displayString -replace -value "Falloff value to set in voxels that intersect the curve" m_performSetFluidAttrFromCurve.kFalloffSliderAnnot; displayString -replace -value "Fuel: " m_performSetFluidAttrFromCurve.kFuel; displayString -replace -value "Set fuel value in voxels that intersect the curve" m_performSetFluidAttrFromCurve.kFuelAnnot; displayString -replace -value "Fuel value to set in voxels that intersect the curve" m_performSetFluidAttrFromCurve.kFuelSliderAnnot; displayString -replace -value "Number of curve samples:" m_performSetFluidAttrFromCurve.kNumberOfCurve; displayString -replace -value "Controls how often the curve is sampled for voxel positions" m_performSetFluidAttrFromCurve.kNumberOfCurveAnnot; displayString -replace -value "Operation:" m_performSetFluidAttrFromCurve.kOperation; displayString -replace -value "Add to, or replace existing voxel values" m_performSetFluidAttrFromCurve.kOperationAnnot; displayString -replace -value "Radius:" m_performSetFluidAttrFromCurve.kRadius; displayString -replace -value "Specified effect radius around curve" m_performSetFluidAttrFromCurve.kRadiusAnnot; displayString -replace -value "Replace" m_performSetFluidAttrFromCurve.kReplace; displayString -replace -value "Set Fluid Contents With Curve Options" m_performSetFluidAttrFromCurve.kSetFluidContentsWithCurve; displayString -replace -value "Set initial state:" m_performSetFluidAttrFromCurve.kSetInitialState; displayString -replace -value "Saves resulting fluid contents as initial state" m_performSetFluidAttrFromCurve.kSetInitialStateAnnot; displayString -replace -value "Temperature: " m_performSetFluidAttrFromCurve.kTemperature; displayString -replace -value "Set temperature value in voxels that intersect the curve" m_performSetFluidAttrFromCurve.kTemperatureAnnot; displayString -replace -value "Temperature value to set in voxels that intersect the curve" m_performSetFluidAttrFromCurve.kTemperatureSliderAnnot; displayString -replace -value "Velocity: " m_performSetFluidAttrFromCurve.kVelocity; displayString -replace -value "Set velocity vectors that follow the curve" m_performSetFluidAttrFromCurve.kVelocityAnnot; displayString -replace -value "The magnitude of the velocity vectors tangent to the curve" m_performSetFluidAttrFromCurve.kVelocitySliderAnnot;