// =========================================================================== // 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 "Artisan Paint" m_art3dPaintOptionsPopup.kArtisanPaint; displayString -replace -value "Blur" m_art3dPaintOptionsPopup.kBlur; displayString -replace -value "Clone" m_art3dPaintOptionsPopup.kClone; displayString -replace -value "Erase" m_art3dPaintOptionsPopup.kErase; displayString -replace -value "PFX Paint" m_art3dPaintOptionsPopup.kPFXPaint; displayString -replace -value "Smear" m_art3dPaintOptionsPopup.kSmear;