// =========================================================================== // 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 "Autopriority" m_ikHandleOptionLayout.kAutopriority; displayString -replace -value "Current solver:" m_ikHandleOptionLayout.kCurrentSolver; displayString -replace -value "IK Handle Settings" m_ikHandleOptionLayout.kIKHandleSettings; displayString -replace -value "POWeight:" m_ikHandleOptionLayout.kPOWeight; displayString -replace -value "Priority:" m_ikHandleOptionLayout.kPriority; displayString -replace -value "Snap enable" m_ikHandleOptionLayout.kSnapEnable; displayString -replace -value "Solver enable" m_ikHandleOptionLayout.kSolverEnable; displayString -replace -value "Sticky" m_ikHandleOptionLayout.kSticky; displayString -replace -value "Weight:" m_ikHandleOptionLayout.kWeight;