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
- Host: GitHub
- URL: https://github.com/litmus-ritten/krita-krikflip
- Owner: litmus-ritten
- License: mit
- Created: 2025-01-14T11:24:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T12:29:01.000Z (over 1 year ago)
- Last Synced: 2025-06-04T12:16:14.932Z (about 1 year ago)
- Topics: krita, krita-plugin, krita-scripting, python3, qt5
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

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.