// =========================================================================== // 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 "Help on Create Node Panel..." m_createNodePanel.kHelpOnCreateNode; displayString -replace -value "Include Placement with Textures" m_createNodePanel.kIncludePlacementWithTextures; displayString -replace -value "If on, new textures are created with an associated placement node" m_createNodePanel.kIncludePlacementWithTexturesAnnot; displayString -replace -value "Include Shading Group with Materials" m_createNodePanel.kIncludeShadingGroupwithMaterials; displayString -replace -value "If on, new materials are created with an associated shading group" m_createNodePanel.kIncludeShadingGroupwithMaterialsAnnot; displayString -replace -value "Options" m_createNodePanel.kOptions;