> For the complete documentation index, see [llms.txt](https://pixcap.gitbook.io/pixcap-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pixcap.gitbook.io/pixcap-docs/interface/animation-panel/curve-picker.md).

# Curve Picker

The curve picker is where curves displayed on the graph editor will be shown. Only curves of the selected nodes will be displayed in the graph editor.

<figure><img src="/files/oSs7LTaxyIE9bxNIhl6f" alt=""><figcaption></figcaption></figure>

### Controls

**Left click** on a curve to select or deselect it for display on the graph editor.

**Right click** on “rotation” curve to toggle between euler and quaternion mode.

**Select multiple curves** for display on the graph editor

* Windows : **`Shift`** / **`Ctrl`** + Left click
* Mac : **`Shift`** / **`Cmd`** + Left click

To **Select** or **Deselect** all curves of a node, Click on the node name at the top.

{% hint style="info" %}
Rotation curves are quaternion interpolation by default. Quaternion interpolation curves are assigned the ‘\[Q]’ label e.g. “Rotation X \[Q]”. To switch to euler, right click on the rotation curve and click “Set Euler”.
{% endhint %}

### Keyframes

The numbers on the right hand side represents the total number of keyframes for that property at the current animation layer (see more on animation layers [here](/pixcap-docs/interface/animation-panel/animation-basics.md)).

<img src="/files/-MfsJPSAhoVZp9W6UxWa" alt="" data-size="original">&#x20;

{% hint style="info" %}
Only curves with at least 1 keyframe will be displayed in the picker. If no curves are displayed, it means that properties of the selected node do not have a keyframe (at the active layer) yet. You can press “S” key to save keyframes of the selected node(s) into the current frame.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://pixcap.gitbook.io/pixcap-docs/interface/animation-panel/curve-picker.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.
