// =========================================================================== // 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 "Automatic" m_uvTkBuildCreateOptions.kAutomatic; displayString -replace -value "Best Plane" m_uvTkBuildCreateOptions.kBestPlane; displayString -replace -value "Camera-Based" m_uvTkBuildCreateOptions.kCameraBased; displayString -replace -value "Contour Stretch" m_uvTkBuildCreateOptions.kContourStretch; displayString -replace -value "Cylindrical" m_uvTkBuildCreateOptions.kCylindrical; displayString -replace -value "Shift + LMB: Options" m_uvTkBuildCreateOptions.kExtraOps; displayString -replace -value "LMB: Project using current settings" m_uvTkBuildCreateOptions.kLmbOpt; displayString -replace -value "MMB: Project using Y-axis" m_uvTkBuildCreateOptions.kMmbOpt; displayString -replace -value "Normal-Based" m_uvTkBuildCreateOptions.kNormalBased; displayString -replace -value "Planar" m_uvTkBuildCreateOptions.kPlanar; displayString -replace -value "Create UV texture coordinates for the current selection by using a planar projection shape" m_uvTkBuildCreateOptions.kPlanarAnno; displayString -replace -value "RMB: Project using Z-axis" m_uvTkBuildCreateOptions.kRmbOpt; displayString -replace -value "Spherical" m_uvTkBuildCreateOptions.kSpherical;