// =========================================================================== // 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_artSetPaintProperties.kAdd; displayString -replace -value " Brush " m_artSetPaintProperties.kBrush; displayString -replace -value " Display " m_artSetPaintProperties.kDisplay; displayString -replace -value " Paint Operations " m_artSetPaintProperties.kPaintOperations; displayString -replace -value "Remove" m_artSetPaintProperties.kRemove; displayString -replace -value "Select set to modify:" m_artSetPaintProperties.kSelectSetToModify; displayString -replace -value "Set to modify:" m_artSetPaintProperties.kSetToModify; displayString -replace -value " Stroke " m_artSetPaintProperties.kStroke; displayString -replace -value " Stylus Pressure " m_artSetPaintProperties.kStylusPressure; displayString -replace -value "Transfer" m_artSetPaintProperties.kTransfer;