https://github.com/enjmiah/krita-scripts
Useful Krita extensions / scripts
https://github.com/enjmiah/krita-scripts
krita krita-plugin krita-scripting
Last synced: 8 months ago
JSON representation
Useful Krita extensions / scripts
- Host: GitHub
- URL: https://github.com/enjmiah/krita-scripts
- Owner: enjmiah
- License: gpl-3.0
- Created: 2021-12-26T09:40:38.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2022-04-10T01:27:46.000Z (about 4 years ago)
- Last Synced: 2025-07-13T07:48:44.355Z (12 months ago)
- Topics: krita, krita-plugin, krita-scripting
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Krita scripts
=============
This repository is intended to collect Krita plugins I wrote to fill certain
personal needs. More may be added in the future as the need arises.
Installation
------------
1. Copy the `actions` and `pykrita` directories in this repository to the Krita
resources folder. You can locate the resources folder by going to
Settings > Manage Resources… > Open Resource Folder in Krita.
2. Afterwards, go to Settings > Configure Krita… > Python Plugin Manager and
enable the plugins you need.
Brush Sizer (brushsizer)
------------------------
Defines two actions for increasing and decreasing the current brush size in
intelligent increments by taking bigger steps when the brush size is bigger.
Mimics the behaviour of a certain popular digital painting program.
Provides:
- Tools > Scripts > Increase Brush Size (Smart)
- Tools > Scripts > Decrease Brush Size (Smart)
The default keybindings are [ and ], but they can be
changed in the Keyboard Shortcuts section of the Krita settings.