// =========================================================================== // 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 "No object(s) selected for bake pivot" m_bakeCustomToolPivot.kNoObjectsSelectedError; displayString -replace -value "Custom axis orientation mode must be active to bake pivot orientation" m_bakeCustomToolPivot.kWrongAxisOriModeError; displayString -replace -value "Move/rotate/scale custom axis orientation mode must be active to bake pivot orientation" m_bakeCustomToolPivot.kWrongAxisOriToolError;