Skip to content

Releases: 2shady4u/godot-kra-psd-importer

Remove all external dependencies + Linux build

14 Apr 01:30
Compare
Choose a tag to compare

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

Godot version

Godot v3.2

Supported Operating systems:

  • Windows (Both KRA and PSD)
  • Linux (Only KRA)

What's new?

  • Removed all external dependencies that made the building process overly complicated and a dependency hell.
  • Made a build for Linux (only supports KRA at the moment)

Missing features

  • TGA export is currently not supported anymore and might never come back.
  • Texture scaling is currently not possible anymore, but is considered an important features and will thus be reintroduced in the next release.

Fix data memory leak in KRA library

23 Mar 15:42
Compare
Choose a tag to compare

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

Godot version

Godot v3.2

Supported Operating systems:

  • Windows

What's new?

  • Fixes a data memory leak in the KRA-Layer and -ExportedLayer structures

Added KRA support and elementary structure mirroring

21 Mar 21:25
Compare
Choose a tag to compare

!!! WARNING !!!
This release contains memory leaks!

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

Godot version

Godot v3.2

Supported Operating systems:

  • Windows

What's new?

  • PNG and TGA export functionalities have been fully replaced by ImageMagick
  • KRA support has been added, making it possible to import KRA-files into Godot
  • Structure mirroring has been added which results in the creation of a PackedScene that has the exact same structure as the underlying KRA or PSD file.
  • Resizing of textures has been added using ImageMagick

Addition of PNG support

06 Mar 15:57
Compare
Choose a tag to compare

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

Godot version

Godot v3.2

Supported Operating systems:

  • Windows

What's new?

  • PNG support has been added with the help of ImageMagick. The wanted export format can now be selected in the editor plugin.

First release with minimal functionalities

05 Mar 13:33
Compare
Choose a tag to compare

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

Godot version

Godot v3.2

Supported Operating systems:

  • Windows

What's new?

  • Added a basic editor plugin to import layers of a *.psd-file to a target folder.