// =========================================================================== // 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 "All intersecting" m_performSubdLayoutUV.kAllIntersecting; displayString -replace -value "Along U" m_performSubdLayoutUV.kAlongU; displayString -replace -value "Brick stacking" m_performSubdLayoutUV.kBrickStacking; displayString -replace -value " Custom" m_performSubdLayoutUV.kCustom; displayString -replace -value "90 degrees" m_performSubdLayoutUV.kDegrees; displayString -replace -value "Flip reversed" m_performSubdLayoutUV.kFlipReversed; displayString -replace -value "Folds" m_performSubdLayoutUV.kFolds; displayString -replace -value "Free" m_performSubdLayoutUV.kFree; displayString -replace -value "Into square" m_performSubdLayoutUV.kIntoSquare; displayString -replace -value "Layout:" m_performSubdLayoutUV.kLayout; displayString -replace -value "Layout method:" m_performSubdLayoutUV.kLayoutMethod; displayString -replace -value "Layout" m_performSubdLayoutUV.kLayoutUVs; displayString -replace -value "1024 Map" m_performSubdLayoutUV.kMap1024; displayString -replace -value " 128 Map" m_performSubdLayoutUV.kMap128; displayString -replace -value "2048 Map" m_performSubdLayoutUV.kMap2048; displayString -replace -value " 256 Map" m_performSubdLayoutUV.kMap256; displayString -replace -value " 32 Map" m_performSubdLayoutUV.kMap32; displayString -replace -value " 512 Map" m_performSubdLayoutUV.kMap512; displayString -replace -value " 64 Map" m_performSubdLayoutUV.kMap64; displayString -replace -value "None" m_performSubdLayoutUV.kNone; displayString -replace -value "Off" m_performSubdLayoutUV.kOff; displayString -replace -value "Percentage space:" m_performSubdLayoutUV.kPercentageSpace; displayString -replace -value "Rotate:" m_performSubdLayoutUV.kRotateForBestFit; displayString -replace -value "Scale:" m_performSubdLayoutUV.kScale; displayString -replace -value "Separate:" m_performSubdLayoutUV.kSeparate; displayString -replace -value "Shape stacking" m_performSubdLayoutUV.kShapeStacking; displayString -replace -value "Spacing presets:" m_performSubdLayoutUV.kSpacingPresets; displayString -replace -value "Stretch to square" m_performSubdLayoutUV.kStretchToSquare; displayString -replace -value "Subdiv Layout Options" m_performSubdLayoutUV.kSubdivLayoutUVsOptions; displayString -replace -value "Uniform" m_performSubdLayoutUV.kUniform;