// =========================================================================== // 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 "Cache:" m_AEparentConstraintTemplate.kCache; displayString -replace -value "Create" m_AEparentConstraintTemplate.kCreate; displayString -replace -value "Delete" m_AEparentConstraintTemplate.kDelete; displayString -replace -value "Key" m_AEparentConstraintTemplate.kKeyOffset; displayString -replace -value "Key the target offset values." m_AEparentConstraintTemplate.kKeyOffsetAnnot; displayString -replace -value "Constraint Attributes" m_AEparentConstraintTemplate.kParentConstraintAttributes; displayString -replace -value "Rotate" m_AEparentConstraintTemplate.kRotate; displayString -replace -value "Parent Constraint Target Offsets" m_AEparentConstraintTemplate.kTargetOffsets; displayString -replace -value "Translate" m_AEparentConstraintTemplate.kTranslate; displayString -replace -value "Update" m_AEparentConstraintTemplate.kUpdateOffset; displayString -replace -value "Update the target offset values to compensate for the current object location." m_AEparentConstraintTemplate.kUpdateOffsetAnnot;