// =========================================================================== // 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 "Collide with mesh" m_performCreateHair.kCollideWithMesh; displayString -replace -value "Create Hair Options" m_performCreateHair.kCreateHairOptions; displayString -replace -value "Create Hairs" m_performCreateHair.kCreateHairs; displayString -replace -value "Create rest curves" m_performCreateHair.kCreateRestCurves; displayString -replace -value "Dynamic" m_performCreateHair.kDynamic; displayString -replace -value "Edge bounded" m_performCreateHair.kEdgeBounded; displayString -replace -value "Equalize" m_performCreateHair.kEqualize; displayString -replace -value "Grid" m_performCreateHair.kGrid; displayString -replace -value "Hairs Per Clump:" m_performCreateHair.kHairsPerClump; displayString -replace -value "Length:" m_performCreateHair.kLength; displayString -replace -value "NURBS curves" m_performCreateHair.kNURBSCurves; displayString -replace -value "New hair system" m_performCreateHair.kNewHairSystem; displayString -replace -value "Output:" m_performCreateHair.kOutput; displayString -replace -value "Paint Effects and NURBS curves" m_performCreateHair.kPaintAndNURBS; displayString -replace -value "Paint Effects" m_performCreateHair.kPaintEffects; displayString -replace -value "Passive fill:" m_performCreateHair.kPassiveFill; displayString -replace -value "Place hairs into:" m_performCreateHair.kPlaceHairsInto; displayString -replace -value "Points per hair:" m_performCreateHair.kPointsPerHair; displayString -replace -value "Randomization:" m_performCreateHair.kRandomization; displayString -replace -value "At selected surface points/faces" m_performCreateHair.kSelectedPointsFaces; displayString -replace -value "Static" m_performCreateHair.kStatic; displayString -replace -value "U count:" m_performCreateHair.kUCount; displayString -replace -value "V count:" m_performCreateHair.kVCount;