// =========================================================================== // 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 "failed to duplicate follicle ^1s\n" m_transplantHair.kFailedDuplicate; displayString -replace -value "^1s is not connected to a hairSystem" m_transplantHair.kFollicleNotConnected; displayString -replace -value "TransplantHair: Can't load nearestPointOnMesh plugin." m_transplantHair.kMissingPlugin; displayString -replace -value "No source hair entities were selected. Target surface should be last selection." m_transplantHair.kNoHairSelected; displayString -replace -value "transplantHair: ^1s is not a hairSystem" m_transplantHair.kNotAHairSystem; displayString -replace -value "First select hairsystem entities, followed by a transplant target surface." m_transplantHair.kSelectHairFirst; displayString -replace -value "transplant target does not exist ^1s" m_transplantHair.kTargetDoesntExist; displayString -replace -value "TransplantHair: hairSystem ^1s no longer exists. Using clone.\n" m_transplantHair.kUseClone; displayString -replace -value "transplant target must be a mesh or a nurbs surface" m_transplantHair.kUseMeshOrNurbs;