// =========================================================================== // 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 "Create new UV set" m_performNormalBasedProjection.kCreateNewUVSet; displayString -replace -value "Insert projection before deformers" m_performNormalBasedProjection.kInsertProjectionBeforeDeformers; displayString -replace -value "Keep Ratio" m_performNormalBasedProjection.kKeepRatio; displayString -replace -value "Creates a planar projection based on the average \nvector of the face normals in the active selection. \nAvoid backface selections for best results" m_performNormalBasedProjection.kNormalBasedProjectionDescription; displayString -replace -value "Normal Based Projection Options" m_performNormalBasedProjection.kNormalBasedProjectionOptions; displayString -replace -value "Settings" m_performNormalBasedProjection.kSettings; displayString -replace -value "UV Set" m_performNormalBasedProjection.kUVSet; displayString -replace -value "UV Set name:" m_performNormalBasedProjection.kUVSetName;