// =========================================================================== // 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 current position to display" m_displayHairCurves.kNoCurrentPosition; displayString -replace -value "No hairSystems in current scene." m_displayHairCurves.kNoHairSystems; displayString -replace -value "No rest curves to display" m_displayHairCurves.kNoRestCurves; displayString -replace -value "follicle ^1s has no start curve\n" m_displayHairCurves.kNoStartCurve; displayString -replace -value "No start curves to display" m_displayHairCurves.kNoStartCurves; displayString -replace -value "displayHairCurves: unknown element ^1s" m_displayHairCurves.kUnknownElementWrn;