// =========================================================================== // 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 "Adjust Brush Falloff Curve" m_contextXGenFreezeToolMM.kAdjustBrushFalloffCurve; displayString -replace -value "Brush Falloff Type" m_contextXGenFreezeToolMM.kFalloffType; displayString -replace -value "Filter Back Faces" m_contextXGenFreezeToolMM.kFilterBackFaces; displayString -replace -value "Brush Mode" m_contextXGenFreezeToolMM.kFreezeBrushMode; displayString -replace -value "Global" m_contextXGenFreezeToolMM.kFreezeGlobal; displayString -replace -value "Local" m_contextXGenFreezeToolMM.kFreezeLocal; displayString -replace -value "Invert Frozen" m_contextXGenFreezeToolMM.kInvertFrozen; displayString -replace -value "Object X" m_contextXGenFreezeToolMM.kObjectX; displayString -replace -value "Object Y" m_contextXGenFreezeToolMM.kObjectY; displayString -replace -value "Object Z" m_contextXGenFreezeToolMM.kObjectZ; displayString -replace -value "Off" m_contextXGenFreezeToolMM.kOff; displayString -replace -value "Operation" m_contextXGenFreezeToolMM.kOperation; displayString -replace -value "Paint" m_contextXGenFreezeToolMM.kPaint; displayString -replace -value "Preselection Highlight" m_contextXGenFreezeToolMM.kPreselectionHighlight; displayString -replace -value "Screen" m_contextXGenFreezeToolMM.kScreen; displayString -replace -value "Show Frozen" m_contextXGenFreezeToolMM.kShowFrozen; displayString -replace -value "Smooth" m_contextXGenFreezeToolMM.kSmooth; displayString -replace -value "Surface" m_contextXGenFreezeToolMM.kSurface; displayString -replace -value "Symmetry" m_contextXGenFreezeToolMM.kSymmetry; displayString -replace -value "Unfreeze" m_contextXGenFreezeToolMM.kUnfreeze; displayString -replace -value "Unfreeze All" m_contextXGenFreezeToolMM.kUnfreezeAll; displayString -replace -value "Volume" m_contextXGenFreezeToolMM.kVolume; displayString -replace -value "World X" m_contextXGenFreezeToolMM.kWorldX; displayString -replace -value "World Y" m_contextXGenFreezeToolMM.kWorldY; displayString -replace -value "World Z" m_contextXGenFreezeToolMM.kWorldZ;