// =========================================================================== // 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 "Alembic Cache directory:" m_gpuCacheOptions.kCacheDirectory; displayString -replace -value "Alembic Cache name:" m_gpuCacheOptions.kCacheName; displayString -replace -value "Select Location" m_gpuCacheOptions.kCaptionName; displayString -replace -value "Consolidated shapes" m_gpuCacheOptions.kConsolidateShapes; displayString -replace -value "Consolidate under:" m_gpuCacheOptions.kConsolidateUnder; displayString -replace -value "Delete original geometry" m_gpuCacheOptions.kDeleteOriginalGeometry; displayString -replace -value "File Distribution:" m_gpuCacheOptions.kFileDistribution; displayString -replace -value "One file" m_gpuCacheOptions.kOneFile; displayString -replace -value "One file per shape node" m_gpuCacheOptions.kOneFilePerShape; displayString -replace -value "One GPU Cache node per shape" m_gpuCacheOptions.kOneGPUCachePerShape; displayString -replace -value "Remove duplicated shading networks" m_gpuCacheOptions.kRemoveDuplicatedShadingNetworks; displayString -replace -value "Represent hierarchy as:" m_gpuCacheOptions.kRepresentHierarchyAs; displayString -replace -value "Select" m_gpuCacheOptions.kSelectLabel;