// =========================================================================== // 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 "File Namespace" m_teAnimSourceNamespace.kCTEAnimSourceNamespace; displayString -replace -value "Apply and Close" m_teAnimSourceNamespace.kCTEAnimSourceNamespaceApplyAndClose; displayString -replace -value "Close" m_teAnimSourceNamespace.kCTEAnimSourceNamespaceCancel; displayString -replace -value "Cancel" m_teAnimSourceNamespace.kCTEAnimSourceNamespaceCancelDelete; displayString -replace -value "Rename Namespaces" m_teAnimSourceNamespace.kCTEAnimSourceRemapNamespaces; displayString -replace -value "" m_teAnimSourceNamespace.kCTEAnimSourceRemapNamespacesDoNotRename; displayString -replace -value "No animation source specified." m_teAnimSourceNamespace.kCTENoAnimSource; displayString -replace -value "No attributes were matched. No clip created." m_teAnimSourceNamespace.kCTENoClipsCreated; displayString -replace -value "No namespaces available." m_teAnimSourceNamespace.kCTENoNamespaces; displayString -replace -value "One of the inputs is not an animation source." m_teAnimSourceNamespace.kCTENotAnimSource; displayString -replace -value "Scene Namespace" m_teAnimSourceNamespace.kCTESceneNamespace;