// =========================================================================== // 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_artAttrProperties.kAdd; displayString -replace -value "All" m_artAttrProperties.kAll; displayString -replace -value "Attribute paint operation" m_artAttrProperties.kAttribPaintAnnot; displayString -replace -value "Attribute Maps" m_artAttrProperties.kAttributeMaps; displayString -replace -value "Brush" m_artAttrProperties.kBrush; displayString -replace -value "Clamp:" m_artAttrProperties.kClamp; displayString -replace -value "Clamp paint values" m_artAttrProperties.kClampPaint; displayString -replace -value "Clamp values:" m_artAttrProperties.kClampValues; displayString -replace -value "Display" m_artAttrProperties.kDisplay; displayString -replace -value "Flood" m_artAttrProperties.kFlood; displayString -replace -value "Flood selected attribute with the current value" m_artAttrProperties.kFloodSelectedAnnot; displayString -replace -value "List of paintable attributes to select" m_artAttrProperties.kListPaintableAnnot; displayString -replace -value "List of paintable nodes" m_artAttrProperties.kListPaintableNodesAnnot; displayString -replace -value "Lower" m_artAttrProperties.kLower; displayString -replace -value "Lower and upper clamp values for paint value" m_artAttrProperties.kLowerUpperClampAnnot; displayString -replace -value "Min/Max value:" m_artAttrProperties.kMinMaxValue; displayString -replace -value "Min and max values for paint value" m_artAttrProperties.kMinMaxValueAnnot; displayString -replace -value "No attribute selected" m_artAttrProperties.kNoAttribute; displayString -replace -value "Paint Attributes" m_artAttrProperties.kPaintAttributes; displayString -replace -value "Paint operation:" m_artAttrProperties.kPaintOperation; displayString -replace -value "Paint value" m_artAttrProperties.kPaintValueAnnot; displayString -replace -value "Replace" m_artAttrProperties.kReplace; displayString -replace -value "Scale" m_artAttrProperties.kScale; displayString -replace -value "Smooth" m_artAttrProperties.kSmooth; displayString -replace -value "Stroke" m_artAttrProperties.kStroke; displayString -replace -value "Stylus Pressure" m_artAttrProperties.kStylusPressure; displayString -replace -value "Upper" m_artAttrProperties.kUpper; displayString -replace -value "Value:" m_artAttrProperties.kValue; displayString -replace -value "Vector index: " m_artAttrProperties.kVectorIndex; displayString -replace -value "Vector index to paint" m_artAttrProperties.kVectorIndexAnnot; displayString -replace -value "x/R" m_artAttrProperties.kXR; displayString -replace -value "y/G" m_artAttrProperties.kYG; displayString -replace -value "z/B" m_artAttrProperties.kZB;