<?xml version="1.0" encoding="utf-8"?>
<!--
    The QML used to display the toolclip is found in a path relative to this file. If not set. then the system default UI
    is used. If present, the following variables will be interpolated into the string:
    %(language)s      - the language i.e. en, ja, etc.
    %(country)s       - the country code i.e. us, jp, etc.
    %(localecode)s          - the locale code i.e. en-us, ja-jp, etc

    If a qml file cannot be loaded from the given path, the built-in path is used instead.
 
    The ui attribute may be specified in the toolclips or toolclip elements. If specified in both, the toolclip version is used.
 -->
<toolclips ui="ui/ToolClipUI.qml" simple="ui/SimpleTooltip.qml" locale="en_US">
    <toolclip key="GreasePencilBtn" title="Grease Pencil" help="files/Grease_Pencil_Tool.htm">
        <text>Tools to sketch on top of your 3D view at different points in time.</text>
        <expanded>
            <resourcelist>
                <video location="gp_drawOverview.webmsd.webm">Draw with Grease Pencil</video>
                <video location="gp_adjustBrush.webmsd.webm">Adjust Grease Pencil brush</video>
                <video location="gp_moveFrames.webmsd.webm">Move Grease Pencil frames</video>
                <link location="files/GUID-632E78DF-97C7-406D-8510-8FE508D29FA6.htm">Grease Pencil Overview</link>
                <link location="files/GUID-BD5F0B0A-BAAD-4ECE-8E98-12867C2196FF.htm">Draw on the scene view with Grease Pencil</link>
            </resourcelist>
        </expanded>
    </toolclip>
    
    <toolclip key="GreasePencilAddFrameButton" title="Add Frame" help="files/GUID-BD5F0B0A-BAAD-4ECE-8E98-12867C2196FF.htm">
        <text>Creates a transparent Grease Pencil canvas at the current time.</text>
    </toolclip>
    
    <toolclip key="GreasePencilRemoveFrameButton" title="Remove Frame" help="files/GUID-C853C41C-77F3-40E6-AAC3-B24C55F6E574.htm">
        <text>Removes the Grease Pencil canvas from the current time.</text>
    </toolclip>
    
    <toolclip key="GreasePencilPencilButton" title="Pencil">
        <text>Draws on the Grease Pencil canvas at the current time.</text>
        <expanded>
            <resourcelist>
                <video location="gp_drawOverview.webmsd.webm">Draw with Grease Pencil</video>
                <video location="gp_adjustBrush.webmsd.webm">Adjust Grease Pencil brush</video>
                <link location="files/GUID-BD5F0B0A-BAAD-4ECE-8E98-12867C2196FF.htm">Draw on the scene view with Grease Pencil</link>
            </resourcelist>
        </expanded>
    </toolclip>
    
    <toolclip key="GreasePencilMarkerButton" title="Marker">
        <text>Draws on the Grease Pencil canvas using a thicker brush style.</text>
        <expanded>
            <resourcelist>
                <video location="gp_drawMarker.webmsd.webm">Draw with Marker</video>
                <video location="gp_adjustBrush.webmsd.webm">Adjust Grease Pencil brush</video>
                <link location="files/GUID-BD5F0B0A-BAAD-4ECE-8E98-12867C2196FF.htm">Draw on the scene view with Grease Pencil</link>
            </resourcelist>
        </expanded>
    </toolclip>

    <toolclip key="GreasePencilSoftPencil" title="Soft pencil">
        <text>Draws on the Grease Pencil canvas using a softer brush style.</text>
        <expanded>
            <resourcelist>
                <video location="gp_drawSoftPencil.webmsd.webm">Draw with Soft Pencil</video>
                <video location="gp_adjustBrush.webmsd.webm">Adjust Grease Pencil brush</video>
                <link location="files/GUID-BD5F0B0A-BAAD-4ECE-8E98-12867C2196FF.htm">Draw on the scene view with Grease Pencil</link>
            </resourcelist>
        </expanded>
    </toolclip>
    
    <toolclip key="GreasePencilColorButton" title="Change Color" help="files/GUID-782E5FCD-C344-4F4B-8007-CE47E655F8E7.htm">
        <text>Changes the color of the active brush.</text>
    </toolclip>

    <toolclip key="GreasePencilEraseButton" title="Eraser" help="files/GUID-BD5F0B0A-BAAD-4ECE-8E98-12867C2196FF.htm">
        <text>Erases on the current Grease Pencil canvas.</text>
    </toolclip>

    <toolclip key="GreasePencilPreFrameButton" title="Show Pre-frame ghosts">
        <text>Displays ghost sketches before Grease Pencil frames.</text>
        <expanded>
            <resourcelist>
                <video location="gp_ghosting.webmsd.webm">Show and hide Grease Pencil ghosting</video>
                <link location="files/GUID-2A0965A5-F230-4F20-AF50-691FFDCB31D3.htm">Control blending of Grease Pencil images</link>
            </resourcelist>
        </expanded>
    </toolclip>

    <toolclip key="GreasePencilPostFrameButton" title="Show Post-frame ghosts">
        <text>Displays ghost sketches after Grease Pencil frames.</text>
        <expanded>
            <resourcelist>
                <video location="gp_ghosting.webmsd.webm">Show and hide Grease Pencil ghosting</video>
                <link location="files/GUID-2A0965A5-F230-4F20-AF50-691FFDCB31D3.htm">Control blending of Grease Pencil images</link>
            </resourcelist>
        </expanded>
    </toolclip>

</toolclips>
