# Values Pane

## Overview

<figure><img src="/files/4ZXOfij3UTQcXwILMWAg" alt=""><figcaption><p>Values Pane > Overview</p></figcaption></figure>

## **BlendShape Values Indicator**

* **Indicator mode** :  **Live**

  Displays **the current values** of each BlendShape as horizontal bars alongside their numeric values, allowing real-time monitoring of facial expressions
* **Indicator mode** :  **Max**

  Displays **the maximum recorded values** of each BlendShape from the moment this option is selected, helping to identify peak expressions or movements.

## Disable Icon Buttons

By default, the icon button is active and highlighted in yellow.\
Clicking the button deactivates it, meaning the data will no longer be applied.

* **Disable Neutral Calibration**

  Neutral Calibration values are excluded from calculations.
* **Disable Retargeting**

  Actor Profile adjustments (Scale and Offset) are not applied in calculations.

{% hint style="info" %}
The formula is simply :  **Value = (Measurement - Neutral - Offset) × Scale.**&#x20;

When disabled, the Neutral and Offset values default to 0, and the Scale value defaults to 1.

Disabling both Neutral Calibration and Actor Profile adjustments allows you to see the raw measurement data. When Retargeting is off, toggling Neutral Calibration on and off helps you estimate the Neutral Calibration value directly.
{% endhint %}

## Values Tooltip

Hovering over a BlendShape indicator shows a tooltip with its value and its pair’s value simultaneously.&#x20;

Clicking the indicator pins the tooltip, allowing you to conveniently view both values even when moving the mouse away.&#x20;

Clicking the same BlendShape again will unpin the tooltip.

* **Pin Tooltip**&#x20;

  If the values’ scrollbar moves, causing the pinned tooltip to shift position, the “Pin Tooltip” option can be unchecked to release the tooltip.

## Event Information

Key user inputs (e.g., clicking Apply in Settings) and external events (e.g., receiving a Record Trigger) are recorded in a simplified log displaying the most recent three entries.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yanusstudio.com/yanuslive/ui-panes/values-pane.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
