// =========================================================================== // 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 "Eraser" m_greasePencilOptionsPopup.kGreasePencilBrushEraser; displayString -replace -value "Marker" m_greasePencilOptionsPopup.kGreasePencilBrushMarker; displayString -replace -value "Pencil" m_greasePencilOptionsPopup.kGreasePencilBrushPencil; displayString -replace -value "Soft Pencil" m_greasePencilOptionsPopup.kGreasePencilBrushSoftPencil; displayString -replace -value "Brushes" m_greasePencilOptionsPopup.kGreasePencilBrushes; displayString -replace -value "Add" m_greasePencilOptionsPopup.kGreasePencilFrameAdd; displayString -replace -value "Delete" m_greasePencilOptionsPopup.kGreasePencilFrameDelete; displayString -replace -value "Post-Ghost" m_greasePencilOptionsPopup.kGreasePencilFramePostGhost; displayString -replace -value "Pre-Ghost" m_greasePencilOptionsPopup.kGreasePencilFramePreGhost; displayString -replace -value "Frames" m_greasePencilOptionsPopup.kGreasePencilFrames; displayString -replace -value "Copy" m_greasePencilOptionsPopup.kGreasePencilKeyFrameCopy; displayString -replace -value "Cut" m_greasePencilOptionsPopup.kGreasePencilKeyFrameCut; displayString -replace -value "Paste" m_greasePencilOptionsPopup.kGreasePencilKeyFramePaste;