Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ollyisonit/krita-new-layer-alpha-inherit
Adds a button to toggle whether new layers are created with alpha inheritance enabled.
https://github.com/ollyisonit/krita-new-layer-alpha-inherit
Last synced: about 2 months ago
JSON representation
Adds a button to toggle whether new layers are created with alpha inheritance enabled.
- Host: GitHub
- URL: https://github.com/ollyisonit/krita-new-layer-alpha-inherit
- Owner: ollyisonit
- License: mit
- Created: 2023-07-05T22:57:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T22:30:24.000Z (5 months ago)
- Last Synced: 2024-07-25T00:45:55.574Z (5 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Krita New Layer Alpha Inheritance
![](icon.jpg)
Adds a button to the toolbar to toggle whether new layers are created with alpha inheritance enabled. The option can also be toggled in the Layer menu, or bound to a hotkey under Scripts > New Layer Alpha Inheritance.
![image](./resources/button_image.PNG)
## Installation
Download [newlayeralphainherit.zip](http://github.com/dninosores/krita-new-layer-alpha-inherit/releases/latest/download/newlayeralphainherit.zip) and install by going to `Tools > Scripts > Import Python Plugin From File...` in Krita and selecting the zip file.
If you're having issues, more information on plugin installation can be found [here](https://docs.krita.org/en/user_manual/python_scripting/install_custom_python_plugin.html).