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.
In this article we explore the strategy to learn the digital painting from scratch. The digital painting requires all the general knowledge that traditional artist would have combined with application of this knowledge using digital painting software.