Skip to content

Conversation

@manuq
Copy link
Contributor

@manuq manuq commented Jun 4, 2025

Resolves #386

manuq added 4 commits June 4, 2025 18:03
Add the UID files that are created automatically when opening the
project in Godot 4.4.
The The signature of function _parse_file in
EditorTranslationParserPlugin has changed. So update the BlockDefinition
translation parser plugin.
The following warnings appeared when opening the project in Godot 4.4:

WARNING: editor/editor_file_system.cpp:1358 - UID duplicate detected
between res://addons/block_code/blocks/math/vector_multiply.tres and
res://addons/block_code/blocks/math/vector3_multiply.tres.
WARNING: editor/editor_file_system.cpp:1358 - UID duplicate detected
between res://addons/block_code/blocks/variables/vector3.tres and
res://addons/block_code/blocks/variables/vector2.tres.

Probably these block definitions have been done by duplicating the .tres
files outside the Godot editor.
In the blocks .tres files and in the Pong example.

This was added automatically by the Godot editor when opening the
project.
@manuq
Copy link
Contributor Author

manuq commented Jun 4, 2025

I have also checked addons, nothing to do about them:

  • GUT is still latest (v9.3.1)
  • Refresh Plugin is also latest.

The few tests we have are passing. I haven't done anything about them:

==============================================
= Run Summary
==============================================

---- Totals ----
Scripts           3
Tests             14
  Passing         14
Asserts           756
Time              0.162s


---- All tests passed! ----

@manuq manuq merged commit fdf00e3 into main Jun 5, 2025
3 checks passed
@manuq manuq deleted the update-to-4-dot-4 branch June 5, 2025 19:04
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

Successfully merging this pull request may close these issues.

Update to Godot 4.4

2 participants