Skip to content

Releases: 2shady4u/godot-krita-importer

Update to Godot 4.3

09 Sep 10:40
Compare
Choose a tag to compare

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.

Update to Godot 4.2.1

15 Mar 05:32
Compare
Choose a tag to compare

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.

Add support for RGBAF32

20 Mar 12:58
Compare
Choose a tag to compare

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...

First Release

04 Mar 16:00
ae38770
Compare
Choose a tag to compare

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

Godot version

Godot v3.4.2

Supported Operating systems:

  • Mac OS X
  • Linux
  • Windows