// =========================================================================== // 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 Range" m_AEtextureToGeomTemplate.kColorRange; displayString -replace -value "Corner Detection" m_AEtextureToGeomTemplate.kCornerDetection; displayString -replace -value "Image File" m_AEtextureToGeomTemplate.kImageFile; displayString -replace -value "Image Properties" m_AEtextureToGeomTemplate.kImageProperties; displayString -replace -value "Maximum Color Difference" m_AEtextureToGeomTemplate.kMaximumColorDifference; displayString -replace -value "Segment Meshing Options" m_AEtextureToGeomTemplate.kMeshingOptions; displayString -replace -value "Minimum Segment Size" m_AEtextureToGeomTemplate.kMinimumSegmentSize; displayString -replace -value "Open" m_AEtextureToGeomTemplate.kOpen; displayString -replace -value "Quality" m_AEtextureToGeomTemplate.kQuality; displayString -replace -value "Quantize Levels" m_AEtextureToGeomTemplate.kQuantize; displayString -replace -value "Reload File Texture" m_AEtextureToGeomTemplate.kReload; displayString -replace -value "Search Radius" m_AEtextureToGeomTemplate.kSearchRadius; displayString -replace -value "Segment Detection Options" m_AEtextureToGeomTemplate.kSegmentDetectionOptions; displayString -replace -value "Smooth Boundaries" m_AEtextureToGeomTemplate.kSmoothBoundaries; displayString -replace -value "Smoothing" m_AEtextureToGeomTemplate.kSmoothing; displayString -replace -value "Smoothing Factor" m_AEtextureToGeomTemplate.kSmoothingFactor; displayString -replace -value "Surface Fitting" m_AEtextureToGeomTemplate.kSurfaceFitting; displayString -replace -value "UV Set" m_AEtextureToGeomTemplate.kUVSet;