// =========================================================================== // 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 "Randomize Shells Options" m_performTextureViewRandomizeShellsOptions.kRandomizeShellsOptions; displayString -replace -value "Counterclockwise" m_performTextureViewRandomizeShellsOptions.kUvEditorRandomShellsCCWLabel; displayString -replace -value "Clockwise" m_performTextureViewRandomizeShellsOptions.kUvEditorRandomShellsCWLabel; displayString -replace -value "Degrees (max): " m_performTextureViewRandomizeShellsOptions.kUvEditorRandomShellsDegsLabel; displayString -replace -value "Down" m_performTextureViewRandomizeShellsOptions.kUvEditorRandomShellsDownLabel; displayString -replace -value "Percent (max): " m_performTextureViewRandomizeShellsOptions.kUvEditorRandomShellsPercentLabel; displayString -replace -value "Rotate" m_performTextureViewRandomizeShellsOptions.kUvEditorRandomShellsRLabel; displayString -replace -value "Scale" m_performTextureViewRandomizeShellsOptions.kUvEditorRandomShellsSLabel; displayString -replace -value "Translate" m_performTextureViewRandomizeShellsOptions.kUvEditorRandomShellsTLabel; displayString -replace -value "U" m_performTextureViewRandomizeShellsOptions.kUvEditorRandomShellsULabel; displayString -replace -value "Units (max): " m_performTextureViewRandomizeShellsOptions.kUvEditorRandomShellsUnitsLabel; displayString -replace -value "Up" m_performTextureViewRandomizeShellsOptions.kUvEditorRandomShellsUpLabel; displayString -replace -value "V" m_performTextureViewRandomizeShellsOptions.kUvEditorRandomShellsVLabel;