// =========================================================================== // 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_contextXGenWidthToolMM.kAdjustBrushFalloffCurve; displayString -replace -value "Adjust Root to Tip Falloff Curve" m_contextXGenWidthToolMM.kAdjustRootToTipFalloffCurve; displayString -replace -value "Brush Falloff Color" m_contextXGenWidthToolMM.kBrushFalloffColor; displayString -replace -value "Brush Falloff Type" m_contextXGenWidthToolMM.kFalloffType; displayString -replace -value "Filter Back Faces" m_contextXGenWidthToolMM.kFilterBackFaces; displayString -replace -value "Flood" m_contextXGenWidthToolMM.kFlood; displayString -replace -value "Invert Frozen Effect" m_contextXGenWidthToolMM.kInvertFrozenEffect; displayString -replace -value "Object X" m_contextXGenWidthToolMM.kObjectX; displayString -replace -value "Object Y" m_contextXGenWidthToolMM.kObjectY; displayString -replace -value "Object Z" m_contextXGenWidthToolMM.kObjectZ; displayString -replace -value "Off" m_contextXGenWidthToolMM.kOff; displayString -replace -value "Preselection Highlight" m_contextXGenWidthToolMM.kPreselectionHighlight; displayString -replace -value "Root to Tip Falloff" m_contextXGenWidthToolMM.kRootToTipFalloff; displayString -replace -value "Screen" m_contextXGenWidthToolMM.kScreen; displayString -replace -value "Show Frozen" m_contextXGenWidthToolMM.kShowFrozen; displayString -replace -value "Surface" m_contextXGenWidthToolMM.kSurface; displayString -replace -value "Symmetry" m_contextXGenWidthToolMM.kSymmetry; displayString -replace -value "Volume" m_contextXGenWidthToolMM.kVolume; displayString -replace -value "Brush Mode" m_contextXGenWidthToolMM.kWidthBrushMode; displayString -replace -value "Global" m_contextXGenWidthToolMM.kWidthGlobal; displayString -replace -value "Local" m_contextXGenWidthToolMM.kWidthLocal; displayString -replace -value "World X" m_contextXGenWidthToolMM.kWorldX; displayString -replace -value "World Y" m_contextXGenWidthToolMM.kWorldY; displayString -replace -value "World Z" m_contextXGenWidthToolMM.kWorldZ;