// =========================================================================== // 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 "Display is already toggled off." m_displayInterObjects.kDisplayAlreadyOff; displayString -replace -value "Display is already toggled on." m_displayInterObjects.kDisplayAlreadyOn; displayString -replace -value "Found no intermediate objects." m_displayInterObjects.kFoundNoInt; displayString -replace -value "Must select a deformable shape." m_displayInterObjects.kMustSelectDeformable; displayString -replace -value "No deformable object is selected." m_displayInterObjects.kNoDeformableSelected; displayString -replace -value "// Result: Toggled off ^1s objects. //\n" m_displayInterObjects.kToggledOff; displayString -replace -value "// Result: Toggled on ^1s objects. //\n" m_displayInterObjects.kToggledOn;