// =========================================================================== // 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 "Border Lines" m_AEpfxToonTemplate.kBorderLines; displayString -replace -value "Color Per Vertex" m_AEpfxToonTemplate.kColorPerVertex; displayString -replace -value "Common Toon Attributes" m_AEpfxToonTemplate.kCommonToonAttr; displayString -replace -value "Control Curves" m_AEpfxToonTemplate.kControlCurves; displayString -replace -value "Crease Lines" m_AEpfxToonTemplate.kCreaseLines; displayString -replace -value "Curvature Based Width Scaling" m_AEpfxToonTemplate.kCurvatureBasedWidthScaling; displayString -replace -value "Display Quality" m_AEpfxToonTemplate.kDisplayQuality; displayString -replace -value "Flower Vertex Buffer" m_AEpfxToonTemplate.kFlowerVertexBuffer; displayString -replace -value "Hard Edges" m_AEpfxToonTemplate.kHardEdges; displayString -replace -value "Intersect Width Modulation" m_AEpfxToonTemplate.kIntersectWidthModulation; displayString -replace -value "Intersection Lines" m_AEpfxToonTemplate.kIntersectionLines; displayString -replace -value "Leaf Vertex Buffer" m_AEpfxToonTemplate.kLeafVertexBuffer; displayString -replace -value "Line Offset Map" m_AEpfxToonTemplate.kLineOffsetMap; displayString -replace -value "Line Opacity Map" m_AEpfxToonTemplate.kLineOpacityMap; displayString -replace -value "Line Resampling" m_AEpfxToonTemplate.kLineResampling; displayString -replace -value "Line Width Map" m_AEpfxToonTemplate.kLineWidthMap; displayString -replace -value "Main Vertex Buffer" m_AEpfxToonTemplate.kMainVertexBuffer; displayString -replace -value "Mesh Output" m_AEpfxToonTemplate.kMeshOutput; displayString -replace -value "Mesh Vertex Details" m_AEpfxToonTemplate.kMeshVertexDetails; displayString -replace -value "Nurbs Output" m_AEpfxToonTemplate.kNurbsOutput; displayString -replace -value "Output Quads" m_AEpfxToonTemplate.kOutputQuads; displayString -replace -value "Poly Limit" m_AEpfxToonTemplate.kPolyLimit; displayString -replace -value "Profile Lines" m_AEpfxToonTemplate.kProfileLines; displayString -replace -value "Render Stats" m_AEpfxToonTemplate.kRenderStats; displayString -replace -value "Screenspace Width Control" m_AEpfxToonTemplate.kScreenspaceWidthControl; displayString -replace -value "Stroke Attributes" m_AEpfxToonTemplate.kStrokeAttributes;