// =========================================================================== // 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 "Cannot bake channels with synchronized rotation interpolation. See Script Editor for details." m_doBakeResultsArgList.kCannotBakeChannelsErr; displayString -replace -value "No objects selected to bake results" m_doBakeResultsArgList.kNoObjectsSelected; displayString -replace -value "Use Curves->Change Rotation Interp->Independent Euler to change the rotation interpolation for the following animation curves:\n" m_doBakeResultsArgList.kUseCurves; displayString -replace -value "Use Edit->Keys->Bake Simulation to bake channels driven by simulations (IK, dynamics and/or self-referencing expressions)" m_doBakeResultsArgList.kUseEditKeys;