// =========================================================================== // 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 " - " m_jointOrientUtils.kMinus; displayString -replace -value "Orientation Settings" m_jointOrientUtils.kOrientationSettings; displayString -replace -value " + " m_jointOrientUtils.kPlus; displayString -replace -value "Specifies the joint orient direction that will point down the bone, towards the next joint" m_jointOrientUtils.kPriAxisAnnot; displayString -replace -value "Primary Axis:" m_jointOrientUtils.kPriAxisLabel; displayString -replace -value "Specifies the next most important joint orient direction. If none is selected this argument is not used." m_jointOrientUtils.kSecAxisAnnot; displayString -replace -value "Secondary Axis:" m_jointOrientUtils.kSecAxisLabel; displayString -replace -value "Specifies which world axis the second orientation axis should align with" m_jointOrientUtils.kSecondaryOrientAnnot; displayString -replace -value "Secondary Axis World Orientation:" m_jointOrientUtils.kSecondaryOrientLabel; displayString -replace -value "None" m_jointOrientUtils.kW; displayString -replace -value "Specifies that the joint orient should be aligned with the world transform." m_jointOrientUtils.kWorldOrientationAnnot; displayString -replace -value "Orient Joint to World:" m_jointOrientUtils.kWorldOrientationLabel; displayString -replace -value "X" m_jointOrientUtils.kX; displayString -replace -value "Y" m_jointOrientUtils.kY; displayString -replace -value "Z" m_jointOrientUtils.kZ;