// =========================================================================== // 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 "Parent to world" m_performUnparent.kParenttoWorld; displayString -replace -value "Preserve position" m_performUnparent.kPreservePosition; displayString -replace -value "Remove instance" m_performUnparent.kRemoveInstance; displayString -replace -value "Unparent" m_performUnparent.kUnparent; displayString -replace -value "Unparent method:" m_performUnparent.kUnparentMethod; displayString -replace -value "Unparent Options" m_performUnparent.kUnparentOptions;