// =========================================================================== // 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 "Attribute Maps" m_artUserPaintProperties.kAttributeMaps; displayString -replace -value "Brush" m_artUserPaintProperties.kBrush; displayString -replace -value "Display" m_artUserPaintProperties.kDisplay; displayString -replace -value "Finalize cmd:" m_artUserPaintProperties.kFinalizeCmd; displayString -replace -value "Get array attr. cmd:" m_artUserPaintProperties.kGetArrayAttrCmd; displayString -replace -value "Get surface cmd:" m_artUserPaintProperties.kGetSurfaceCmd; displayString -replace -value "Get value cmd:" m_artUserPaintProperties.kGetValueCmd; displayString -replace -value "Initialize cmd:" m_artUserPaintProperties.kInitializeCmd; displayString -replace -value "On/Off" m_artUserPaintProperties.kOnOff; displayString -replace -value "Paint Attributes" m_artUserPaintProperties.kPaintAttributes; displayString -replace -value "Send full paths:" m_artUserPaintProperties.kSendFullPaths; displayString -replace -value "Set value cmd:" m_artUserPaintProperties.kSetValueCmd; displayString -replace -value "Setup" m_artUserPaintProperties.kSetup; displayString -replace -value "Stroke" m_artUserPaintProperties.kStroke; displayString -replace -value "Stylus Pressure" m_artUserPaintProperties.kStylusPressure; displayString -replace -value "Tool cleanup cmd:" m_artUserPaintProperties.kToolCleanupCmd; displayString -replace -value "Tool setup cmd:" m_artUserPaintProperties.kToolSetupCmd;