godot-krita-importer

Plugin for Godot Engine to import Krita KRA-files

MIT License

Stars
31

Bot releases are visible (Hide)

godot-krita-importer - Update to Godot 4.3 Latest Release

Published by github-actions[bot] about 2 months ago

Download the demo-project and/or the necessary binaries below.

Dependencies Versions

Godot v4.3-stable

Supported Operating Systems:

  • Mac OS X (universal)
  • Linux
  • Windows

What's new?

  • Add following import options to the import plugin:
    • crop_to_visible: Crop all textures to the visible portion of their respective image.
    • center_sprites: Set all textures to centered by setting the centered property in the created Sprite2D nodes.
    • import_as_files: Either include the raw layer data directly into the created Sprite2D nodes (default) or save all textures to PNG files and reference those files in the created Sprite2D nodes.
  • Add in-editor documentation for the KraImporter-class.

Shout-out to @timkrief for his contributions to the new import options.

godot-krita-importer - Update to Godot 4.2.1

Published by github-actions[bot] 8 months ago

Download the demo-project and/or the necessary binaries below.

Dependencies Versions

Godot v4.2.1-stable

Supported Operating Systems:

  • Mac OS X (universal)
  • Linux
  • Windows

What's new?

  • Ported the entire project to be compatible with Godot 4.2.1.
godot-krita-importer - Add support for RGBAF32

Published by 2shady4u over 2 years ago

Download the demo-project and/or the necessary binaries below.

Godot version

Godot v3.4.3

Supported Operating systems:

  • Mac OS X
  • Linux
  • Windows

What's new?

  • Added support for 32-bit floating-point (RGBAF32) images to be imported into Godot.
  • Greatly expanded the available documentation with build instructions, FAQ and more...
godot-krita-importer - First Release

Published by 2shady4u over 2 years ago

Download the demo-project and/or the necessary binaries below.

Godot version

Godot v3.4.2

Supported Operating systems:

  • Mac OS X
  • Linux
  • Windows