An open API service indexing awesome lists of open source software.

https://github.com/litmus-ritten/krita-krikflip

A Krita plugin which automatically (visually) flips your canvas at the interval of your choice
https://github.com/litmus-ritten/krita-krikflip

krita krita-plugin krita-scripting python3 qt5

Last synced: 10 months ago
JSON representation

A Krita plugin which automatically (visually) flips your canvas at the interval of your choice

Awesome Lists containing this project

README

          

# `krita-krikflip`

A Krita plugin which automatically (visually) flips your canvas at the interval of your choice.

If you are a digital artist, flipping your canvas frequently is good practice for spotting anatomical and compositional errors which can otherwise go unnoticed due to sensory adaptation.

# Installation

Installation follows standard Krita Python plugin conventions:

1. Download the release zip.
2. Tools → Scripts → Import Python Plugin from File...
3. Activate the plugin under Settings → Configure Krita → Krikflip.
4. Add the docker under Settings → Dockers → Krikflip.

# Usage

`krikflip` provides a docker which looks like this:

![krikflip-screenshot](https://github.com/user-attachments/assets/c0156835-8a95-4fd9-af12-068a03a389a5)

Use the slider to select how often you want your canvas flipped (between 1 and 180 minutes). The scale is logarithmic.

Toggle the 'Stopped' button to 'Running' to start the countdown. The 'Flip now' button will immediately flip the canvas horizontally. When the timer is running, this button will display a percentage which decrements to 0% as the timer runs out.

When the timer expires, the canvas is visually flipped and the timer resets.

# Issues and Requests

Feel free to file an issue or feature request. Pull requests are also welcome.

# Acknowledgements

Thanks to denizens of the Clam Computing Research Unit for companionship.

General thanks to the accumulated knowledge of the KritaArtists plugin development sub-forum.