Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font import files are changed by Godot editor 4.3 #673

Open
manuq opened this issue Dec 2, 2024 · 0 comments
Open

Font import files are changed by Godot editor 4.3 #673

manuq opened this issue Dec 2, 2024 · 0 comments

Comments

@manuq
Copy link
Contributor

manuq commented Dec 2, 2024

Versions

  • Godot: 4.3
  • GUT: 9.3.0
  • OS: Endless OS

The Bug

The import files for fonts addons/gut/fonts/*.ttf.import are changed by Godot 4.3 because the editor adds a disable_embedded_bitmaps=true in them.

Steps To Reproduce

In a versioned project, install Gut. Then commit the files as released. Then use Gut. You will see the following files being modified:

M	addons/gut/fonts/AnonymousPro-Bold.ttf.import
M	addons/gut/fonts/AnonymousPro-BoldItalic.ttf.import
M	addons/gut/fonts/AnonymousPro-Italic.ttf.import
M	addons/gut/fonts/AnonymousPro-Regular.ttf.import
M	addons/gut/fonts/CourierPrime-Bold.ttf.import
M	addons/gut/fonts/CourierPrime-BoldItalic.ttf.import
M	addons/gut/fonts/CourierPrime-Italic.ttf.import
M	addons/gut/fonts/CourierPrime-Regular.ttf.import
M	addons/gut/fonts/LobsterTwo-Bold.ttf.import
M	addons/gut/fonts/LobsterTwo-BoldItalic.ttf.import
M	addons/gut/fonts/LobsterTwo-Italic.ttf.import
M	addons/gut/fonts/LobsterTwo-Regular.ttf.import
manuq added a commit to manuq/Gut that referenced this issue Dec 2, 2024
The Godot editor 4.3 adds this by default.

bitwes#673
manuq added a commit to endlessm/godot-block-coding that referenced this issue Dec 2, 2024
Working with the project, these files in the Gut addon change to what's
currently being commited. This is because Godot 4.3 adds
`disable_embedded_bitmaps=true`
in font file imports. We did this already in 68522f8 but then in
31b09aa we updated Gut to 9.3.0. I guess we'll keep doing it until the
issue is fixed upstream. Issue opened upstream:
bitwes/Gut#673
bitwes pushed a commit that referenced this issue Dec 5, 2024
The Godot editor 4.3 adds this by default.

#673
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant