// =========================================================================== // 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 "Anti-alias" m_psdConvertSolidTxPanel.kAntialias; displayString -replace -value "Apply" m_psdConvertSolidTxPanel.kApply; displayString -replace -value "Background Color" m_psdConvertSolidTxPanel.kBackgroundColor; displayString -replace -value "Background Mode" m_psdConvertSolidTxPanel.kBackgroundMode; displayString -replace -value "Bake Transparency" m_psdConvertSolidTxPanel.kBakeTransparency; displayString -replace -value "Bake Using Virtual Plane" m_psdConvertSolidTxPanel.kBakeUsingVirtualPlane; displayString -replace -value "Close" m_psdConvertSolidTxPanel.kClose; displayString -replace -value "Connected Attributes" m_psdConvertSolidTxPanel.kConnectedAttributes; displayString -replace -value "Custom color" m_psdConvertSolidTxPanel.kCustomColor; displayString -replace -value "Edit" m_psdConvertSolidTxPanel.kEdit; displayString -replace -value "Extend Edge Color" m_psdConvertSolidTxPanel.kExtendEdgeColor; displayString -replace -value "Fill Texture Seams" m_psdConvertSolidTxPanel.kFillTextureSeams; displayString -replace -value "PSD Convert Solid Textures Options" m_psdConvertSolidTxPanel.kPSDConvertSolidTextures; displayString -replace -value "Reset Settings" m_psdConvertSolidTxPanel.kResetSettings; displayString -replace -value "Save Settings" m_psdConvertSolidTxPanel.kSaveSettings; displayString -replace -value "Shader default" m_psdConvertSolidTxPanel.kShaderDefault; displayString -replace -value "Texture Sample" m_psdConvertSolidTxPanel.kTextureSample;