// =========================================================================== // 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 "Automatically fit the projection manipulator" m_performSubdProjectionArgList.kAutomaticallyFit; displayString -replace -value "Camera" m_performSubdProjectionArgList.kCamera; displayString -replace -value "Create New UV Set" m_performSubdProjectionArgList.kCreateNewUVSet; displayString -replace -value "Could not create a new set to hold the faces." m_performSubdProjectionArgList.kCreationWarning; displayString -replace -value "Fit to best plane" m_performSubdProjectionArgList.kFitToBestPlane; displayString -replace -value "Fit to bounding box" m_performSubdProjectionArgList.kFitToBoundingBox; displayString -replace -value "Image center:" m_performSubdProjectionArgList.kImageCenter; displayString -replace -value "Image rotation:" m_performSubdProjectionArgList.kImageRotation; displayString -replace -value "Image scale:" m_performSubdProjectionArgList.kImageScale; displayString -replace -value "Insert before deformers" m_performSubdProjectionArgList.kInsertBeforeDeformers; displayString -replace -value "Keep image ratio" m_performSubdProjectionArgList.kKeepImageRatio; displayString -replace -value "Mapping direction:" m_performSubdProjectionArgList.kMappingDirection; displayString -replace -value "Project" m_performSubdProjectionArgList.kProject; displayString -replace -value "Projection center:" m_performSubdProjectionArgList.kProjectionCenter; displayString -replace -value "Projection height:" m_performSubdProjectionArgList.kProjectionHeight; displayString -replace -value "Projection horizontal sweep:" m_performSubdProjectionArgList.kProjectionHorSweep; displayString -replace -value "Projection rotation:" m_performSubdProjectionArgList.kProjectionRotation; displayString -replace -value "Projection vertical sweep:" m_performSubdProjectionArgList.kProjectionVertSweep; displayString -replace -value "SubdProjection works on subd faces. Select them and invoke the command." m_performSubdProjectionArgList.kProjectionWarning; displayString -replace -value "Projection width:" m_performSubdProjectionArgList.kProjectionWidth; displayString -replace -value "Could not create the default subd shader" m_performSubdProjectionArgList.kShaderWarning; displayString -replace -value "Smart fit:" m_performSubdProjectionArgList.kSmartFit; displayString -replace -value "Subdiv Cylindrical Mapping Options" m_performSubdProjectionArgList.kSubdivCylindricalTitle; displayString -replace -value "Subdiv Planar Mapping Options" m_performSubdProjectionArgList.kSubdivPlanarTitle; displayString -replace -value "Subdiv Spherical Mapping Options" m_performSubdProjectionArgList.kSubdivSphericalTitle; displayString -replace -value "UV Set Name" m_performSubdProjectionArgList.kUVSetName; displayString -replace -value "X axis" m_performSubdProjectionArgList.kXAxis; displayString -replace -value "Y axis" m_performSubdProjectionArgList.kYAxis; displayString -replace -value "Z axis" m_performSubdProjectionArgList.kZAxis;