Learn to apply filters using Krita Scripting Python API. You can apply filters directly or create a filter mask.
Learn how to create, remove or change layers in different ways. How to add mask to a layer with a script.
Learn about components of Krita Scripting to be able to craft your own script to solve your daily tasks.
In Python, objects are everywhere, in fact, primitive types like integers are also objects. Let's now learn the anatomy of these objects and how to make your own.
In this record we will learn more about functions are and how to make them. Also we will touch on basic data structure - list and how to iterate over them.
In this record, our focus will be starting with understanding what Krita has to offer in terms of scripting.
In this record, our focus will be learning the basics of Python itself, and the simplest way possible for executing the scripts. Other options how the scripts can be made permanent in your app we will discuss in the following records. Start to learn how to write scrips for Krita.
This script will merge the selected layer with layer below and apply the same blending mode that the selected layer had.
Maintenance update that fixes the case when Pie Menu was not available in some situations. The minimum radius for Pie Menu is exposed to the settings.