Skip to content

imikado/kritaSpritesheetManager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kritaSpritesheetExporter

This is a modification of original plugin, I force export with same krita document name and i pre-select 1 rows to export to an horizontal png image.

krita plugin using the Krita python script manager; it works best using Krita 4.2.x or later. With earlier Krita 4.x versions, it will work but you won't get the automatic animation length detection; it gives an error and won't run at 3.x if I recall correctly.

Exports to a spritesheet from the animation timeline (using all visible layers) (the spritesheet's number of rows and columns are user-defined; default is Horizontal Setup)



Installation instructions:

  • Download the script using the green "clone or download" button on this page, then clicking "download as zip"
  • Import the plugin into krita, by either:
    • opening krita, going to Tools > Scripts > Import Python Plugin, then selecting the zip file you downloaded, and clicking Ok into the next dialog box; or:
    • extracting the .zip and putting both the spritesheetExporter.desktop file and the spritesheetExporter subfolder into the pykrita folder in krita's resources folder (that you can find through Settings > Manage Resources > Open Resources Folder)
  • Restart Krita if it was open
  • Activate the plugin by going to Settings > Configure Krita > Python Plugin Manager and checking Spritesheet Exporter (if krita was open, you may need to restart it to see the script in the list, I'm not sure)
  • Restart Krita
  • you can now use it in Tools > Scripts > Export As Spritesheet


Check the Manual.html page for more information.

About

a Krita plugin to export animations as spritesheets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.9%
  • HTML 14.1%