// =========================================================================== // 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 "As render" m_artFluidAttrProperties.kAsRender; displayString -replace -value "As specified" m_artFluidAttrProperties.kAsSpecified; displayString -replace -value " Attribute Maps " m_artFluidAttrProperties.kAttributeMaps; displayString -replace -value "Auto set initial state" m_artFluidAttrProperties.kAutoSetInitialState; displayString -replace -value "Saves paintable attributes of fluid as initial state when time changed or tool exited" m_artFluidAttrProperties.kAutoSetInitialStateAnnot; displayString -replace -value " Brush " m_artFluidAttrProperties.kBrush; displayString -replace -value "Color" m_artFluidAttrProperties.kColor; displayString -replace -value "Color value:" m_artFluidAttrProperties.kColorValue; displayString -replace -value "Paint color" m_artFluidAttrProperties.kColorValueAnnot; displayString -replace -value "Current attribute" m_artFluidAttrProperties.kCurrentAttribute; displayString -replace -value "Display only the current paintable attribute, or all attributes as hardware rendered" m_artFluidAttrProperties.kCurrentAttributeAnnot; displayString -replace -value "Density" m_artFluidAttrProperties.kDensity; displayString -replace -value "Density and color" m_artFluidAttrProperties.kDensityAndColor; displayString -replace -value "Density and fuel" m_artFluidAttrProperties.kDensityAndFuel; displayString -replace -value " Display " m_artFluidAttrProperties.kDisplay; displayString -replace -value "Draw brush feedback" m_artFluidAttrProperties.kDrawBrushFeedback; displayString -replace -value "Draw additional brush feedback" m_artFluidAttrProperties.kDrawBrushFeedbackAnnot; displayString -replace -value "Draw outline" m_artFluidAttrProperties.kDrawOutline; displayString -replace -value "Draw brush outline" m_artFluidAttrProperties.kDrawOutlineAnnot; displayString -replace -value "Draw outline while painting" m_artFluidAttrProperties.kDrawOutlineWhile; displayString -replace -value "Turn on/off brush feedback while painting" m_artFluidAttrProperties.kDrawOutlineWhileAnnot; displayString -replace -value "Draw velocity" m_artFluidAttrProperties.kDrawVelocity; displayString -replace -value "Toggle velocity display" m_artFluidAttrProperties.kDrawVelocityAnnot; displayString -replace -value "Falloff" m_artFluidAttrProperties.kFalloff; displayString -replace -value "Depth of a single stamp (only applicable for 3D fluid containers)" m_artFluidAttrProperties.kFluidStampDepthAnnot; displayString -replace -value "From stroke" m_artFluidAttrProperties.kFromStroke; displayString -replace -value "Fuel" m_artFluidAttrProperties.kFuel; displayString -replace -value " Paint Attributes " m_artFluidAttrProperties.kPaintAttributes; displayString -replace -value "Paintable attributes:" m_artFluidAttrProperties.kPaintableAttributes; displayString -replace -value "List of paintable fluid properties" m_artFluidAttrProperties.kPaintableAttributesAnnot; displayString -replace -value "Shaded display:" m_artFluidAttrProperties.kShadedDisplay; displayString -replace -value "Show wireframe" m_artFluidAttrProperties.kShowWireframe; displayString -replace -value "Draw wireframe in shaded mode" m_artFluidAttrProperties.kShowWireframeAnnot; displayString -replace -value "Specified:" m_artFluidAttrProperties.kSpecified; displayString -replace -value "User-specified direction for velocity painting" m_artFluidAttrProperties.kSpecifiedAnnot; displayString -replace -value "Stamp depth (3D):" m_artFluidAttrProperties.kStampDepth3D; displayString -replace -value " Stroke " m_artFluidAttrProperties.kStroke; displayString -replace -value " Stylus Pressure " m_artFluidAttrProperties.kStylusPressure; displayString -replace -value "Temperature" m_artFluidAttrProperties.kTemperature; displayString -replace -value "Velocity" m_artFluidAttrProperties.kVelocity; displayString -replace -value "Velocity direction:" m_artFluidAttrProperties.kVelocityDirection; displayString -replace -value "Velocity direction from paint stroke, or as specified below" m_artFluidAttrProperties.kVelocityDirectionAnnot;