// =========================================================================== // 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 "Display" m_performTextureViewTextureBordersOptions.kDisplaySettings; displayString -replace -value "Settings" m_performTextureViewTextureBordersOptions.kSettings; displayString -replace -value "Color:" m_performTextureViewTextureBordersOptions.kTextureBordersColor; displayString -replace -value "Edge Width:" m_performTextureViewTextureBordersOptions.kTextureBordersEdgeWidth; displayString -replace -value "Display in 3D viewport" m_performTextureViewTextureBordersOptions.kTextureBordersIn3dViewport; displayString -replace -value "Texture Borders Options" m_performTextureViewTextureBordersOptions.kTextureBordersOptions;