// =========================================================================== // 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 "Color Per Vertex" m_AEpfxHairTemplate.kColorPerVertex; displayString -replace -value "Control Curves" m_AEpfxHairTemplate.kControlCurves; displayString -replace -value "Display Quality" m_AEpfxHairTemplate.kDisplayQuality; displayString -replace -value "Flower Vertex Buffer" m_AEpfxHairTemplate.kFlowerVertexBuffer; displayString -replace -value "Hard Edges" m_AEpfxHairTemplate.kHardEdges; displayString -replace -value "Leaf Vertex Buffer" m_AEpfxHairTemplate.kLeafVertexBuffer; displayString -replace -value "Main Vertex Buffer" m_AEpfxHairTemplate.kMainVertexBuffer; displayString -replace -value "Max Draw Segments" m_AEpfxHairTemplate.kMaxDrawSegments; displayString -replace -value "Mesh Output" m_AEpfxHairTemplate.kMeshOutput; displayString -replace -value "Mesh Vertex Details" m_AEpfxHairTemplate.kMeshVeertexDetails; displayString -replace -value "Nurbs Output" m_AEpfxHairTemplate.kNurbsOutput; displayString -replace -value "Output Quads" m_AEpfxHairTemplate.kOutputQuads; displayString -replace -value "Poly Limit" m_AEpfxHairTemplate.kPolyLimit;