// =========================================================================== // 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 "assignBakeSet: No bake set named." m_assignBakeSet.kAssignBakeSetError; displayString -replace -value "// Result:: Assigned the selected faces of ^1s to ^2s.//\n" m_assignBakeSet.kAssignNewBakeSetResult; displayString -replace -value "// Result: Assigned ^1s to ^2s.//\n" m_assignBakeSet.kAssignNewBakeSetResultItem; displayString -replace -value "// Result: Assigned the selected shapes to ^1s.//\n" m_assignBakeSet.kAssignNewBakeSetResultShapes; displayString -replace -value "Ignoring non-poly objects in selection list." m_assignBakeSet.kNonPolyObjsWarning; displayString -replace -value "Nothing selected." m_assignBakeSet.kNothingSelectedError;