# Using barrel rotation with your brush

## Overview

If you are using a pen that supports barrel rotation and a tablet that supports barrel rotation, the tablet will always send barrel rotation information to the tablet.

## Getting started

However, your apps brushes may not be configured to use the barrel rotation data.

So, make sure your brush is correctly configured to map barrel rotation to have some effect on your brush. Typically this means having barrel rotation control the rotation of the brush shape.

Make sure your brush shape is something that would show barrel rotation clearly.

A shape like this would work

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

whereas a shape like this would not demonstrate barrel rotation because it is symetric about its center.

<figure><img src="/files/0CuZSh6ss5ASrs7xmMgR" alt=""><figcaption></figcaption></figure>

## Krita: enabling barrel rotation

* Launch Krita and open the brush editor
* Under **Flow** , enable **Rotation**
* Check **Enable Pen Settings**
* Uncheck all the options under **Enable Pen Settings**, but check **Rotation**.
* Then go to the canvas of your document and try rotating the pen around its long axis

<figure><img src="/files/q5pGDeAsvfcsqTrzoQQY" alt="" width="563"><figcaption></figcaption></figure>

## Clip Studio Paint

* Open the **Sub Tool Detail** UI for your brush
* Navigate to **Brush shape > Brush tip**
* Next to **Angle** click the button with two chevrons&#x20;
* Choose **Pen tilt**

<figure><img src="/files/mMmGLJjq36XuOLNP8NzI" alt="" width="563"><figcaption></figcaption></figure>

## Photoshop 2026

* Open the **Brush Settings** window
* Navigate to **Shape Dynamics**
* Under **Angle Jitter**, set **Control** to **Rotation**

<figure><img src="/files/ugtyC14HaXyfVFIX7rrZ" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.sevenpens.com/drawtab/core/barrel-rotation/using-barrel-rotation.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.
