// =========================================================================== // 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_artAttrBlendShapeProperties.kAttributeMaps; displayString -replace -value "Brush" m_artAttrBlendShapeProperties.kBrush; displayString -replace -value "Display" m_artAttrBlendShapeProperties.kDisplay; displayString -replace -value "Key Selected Target Weights" m_artAttrBlendShapeProperties.kKeySelectedTargetWeights; displayString -replace -value "Paint Weights" m_artAttrBlendShapeProperties.kPaintWeights; displayString -replace -value "Stroke" m_artAttrBlendShapeProperties.kStroke; displayString -replace -value "Stylus Pressure" m_artAttrBlendShapeProperties.kStylusPressure; displayString -replace -value "Target" m_artAttrBlendShapeProperties.kTarget;