<?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="renderViewButton" title="Open Render View" help="files/Vari_Render_View_rendering.htm">
        <text>Opens the Render View window.</text>
    </toolclip>
    <toolclip key="renderButton" title="Render the current frame" help="files/Render__Render_Current_Frame.htm">
        <text>Renders the scene in the Render View window. (%(currentRendererName)s).</text>
    </toolclip>
    <toolclip key="iprRenderButton" title="IPR render the current frame" help="files/Render__IPR_Render_Current_Frame.htm">
        <text>Renders the scene using the Interactive Photorealistic Renderer. (%(currentRendererName)s)</text>
    </toolclip>
    <toolclip key="renderGlobalsButton" title="Display render settings" help="files/Rendering_Windows_and_Editors_Render_Settings_window.htm">
        <text>Opens the Render Settings window. (%(currentRendererName)s).</text>
    </toolclip>
    <toolclip key="renderExposureGroup" title="Exposure" help="files/Rendering_Windows_and_Editors_Render_View_toolbar.htm">
        <text>Adjust the brightness for display. Click the icon to toggle between the default and modified values. Lowering the exposure allows you to view detail that is not visible in highlights by default.

In addition to typing a value or using the slider, you can:
    - Press Ctrl+Minus to decrease by fine increments.
    - Press Ctrl+Alt+Minus to decrease by coarse increments.
    - Press Ctrl+= to increase by fine increments.
    - Press Ctrl+Alt+= to increase by coarse increments.
    - Click in the numeric box, then Ctrl+drag with the middle mouse button.
</text>
    </toolclip>
    <toolclip key="renderGammaGroup" title="Gamma" help="files/Rendering_Windows_and_Editors_Render_View_toolbar.htm">
        <text>Adjust the contrast, or brightness of the midtones in the image for display. Click the icon to toggle between the default and modified values. Increasing the gamma allows you to see details in the shadows of your image.

In addition to typing a value or using the slider, you can:
    - Press Ctrl+; to decrease by fine increments.
    - Press Ctrl+Alt+; to decrease by coarse increments.
    - Press Ctrl+' to increase by fine increments.
    - Press Ctrl+Alt+' to increase by coarse increments.
    - Click in the numeric box, then Ctrl+drag with the middle mouse button.
</text>
    </toolclip>
</toolclips>