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