// =========================================================================== // 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 "// ^1s already has compact input/output follicle connections. //\n" m_compactHairSystem.kAlreadyCompactedWrn; displayString -replace -value "compactHairSystem:bad number of tokens\n" m_compactHairSystem.kBadTokenNumberWrn; displayString -replace -value "^1s has. You must delete it and cache again now that it has been compacted." m_compactHairSystem.kDeleteCacheWrn; displayString -replace -value "compactHairSystem: output hair connections do not match input connections\n" m_compactHairSystem.kMismatchConnectionsWrn; displayString -replace -value "compactHairSystem: No hairSystems selected" m_compactHairSystem.kNoSystemSelectedWrn;