Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.41 KB

File metadata and controls

26 lines (20 loc) · 1.41 KB

Sketchbook plugin

Simple krita plugin for automated exporting as autonumerated PNG files. Read more on its official page.

Screenshots

toolbar create sketchbook dialog

Installation

For the installation guide refer to krita official guide.
Make sure the plugin is enabled by going to Settings > Configure Krita... > Python Plugin Manager. (Remember to restart krita after that)

Usage

You can use sketchbook plugin by going to Tools > Sketchbook dropdown or by defining shortcuts.
For more details refer to manual.

Other scripts

Other scripts can be used with Ten Scripts builtin plugin. Enjoy!

  • krita_add_sketch_layer.py - makes current layer at 30% opacity and creates new one
  • krita_decrease_layer_opacity - decreases current layer opacity by 15%
  • krita_increase_layer_opacity - increases current layer opacity by 15%
  • krita_double_frames - adds new frame between every already existing frames
  • nop - does nothing

Changelog

  • Added: exporting as page (allows to keep current document after saving it as a next page)
  • Fixed: missing text on the tools dropdown