// =========================================================================== // 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 "Displacement" m_localizedNodeClassificationLabel.kDisplacement; displayString -replace -value "Env Textures" m_localizedNodeClassificationLabel.kEnvTextures; displayString -replace -value "Glow" m_localizedNodeClassificationLabel.kGlow; displayString -replace -value "Image Planes" m_localizedNodeClassificationLabel.kImagePlanes; displayString -replace -value "Lights" m_localizedNodeClassificationLabel.kLights; displayString -replace -value "Other Textures" m_localizedNodeClassificationLabel.kOtherTextures; displayString -replace -value "Rendering" m_localizedNodeClassificationLabel.kRendering; displayString -replace -value "Surface" m_localizedNodeClassificationLabel.kSurface; displayString -replace -value "2D Textures" m_localizedNodeClassificationLabel.kTextures2D; displayString -replace -value "3D Textures" m_localizedNodeClassificationLabel.kTextures3D; displayString -replace -value "Utilities" m_localizedNodeClassificationLabel.kUtilities; displayString -replace -value "Volumetric" m_localizedNodeClassificationLabel.kVolumetric;