Releases: 2shady4u/godot-krita-importer
Releases · 2shady4u/godot-krita-importer
Update to Godot 4.3
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
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
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
Download the demo-project and/or the necessary binaries below.
Godot version
Godot v3.4.2
Supported Operating systems:
- Mac OS X
- Linux
- Windows