// =========================================================================== // 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 "Center" m_performGroup.kCenter; displayString -replace -value "Group" m_performGroup.kGroup; displayString -replace -value "Group Options" m_performGroup.kGroupOptions; displayString -replace -value "Group pivot:" m_performGroup.kGroupPivot; displayString -replace -value "Group under:" m_performGroup.kGroupUnder; displayString -replace -value "Origin" m_performGroup.kOrigin; displayString -replace -value "Parent" m_performGroup.kParent; displayString -replace -value "Preserve position" m_performGroup.kPreservePosition; displayString -replace -value "World" m_performGroup.kWorld;