// =========================================================================== // 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 "Exit Sculpting" m_sculptMeshCacheOptionsPopup.kExitSculpt; displayString -replace -value "Surface/Volume" m_sculptMeshCacheOptionsPopup.kFalloffHybrid; displayString -replace -value "Surface" m_sculptMeshCacheOptionsPopup.kFalloffSurface; displayString -replace -value "Falloff Type" m_sculptMeshCacheOptionsPopup.kFalloffType; displayString -replace -value "Volume" m_sculptMeshCacheOptionsPopup.kFalloffVolume; displayString -replace -value "Last Tool: " m_sculptMeshCacheOptionsPopup.kLastTool; displayString -replace -value "Symmetry" m_sculptMeshCacheOptionsPopup.kMirror; displayString -replace -value "Off" m_sculptMeshCacheOptionsPopup.kMirrorOff; displayString -replace -value "Object X" m_sculptMeshCacheOptionsPopup.kObjectX; displayString -replace -value "Object Y" m_sculptMeshCacheOptionsPopup.kObjectY; displayString -replace -value "Object Z" m_sculptMeshCacheOptionsPopup.kObjectZ; displayString -replace -value "Grab Tool" m_sculptMeshCacheOptionsPopup.kSetGrab; displayString -replace -value "Sculpt Tool" m_sculptMeshCacheOptionsPopup.kSetSculpt; displayString -replace -value "Show Wireframe" m_sculptMeshCacheOptionsPopup.kShowWireframe; displayString -replace -value "Steady Stroke" m_sculptMeshCacheOptionsPopup.kSteadyStroke; displayString -replace -value "Topology" m_sculptMeshCacheOptionsPopup.kTopology; displayString -replace -value "World X" m_sculptMeshCacheOptionsPopup.kWorldX; displayString -replace -value "World Y" m_sculptMeshCacheOptionsPopup.kWorldY; displayString -replace -value "World Z" m_sculptMeshCacheOptionsPopup.kWorldZ;