@@ -190,6 +190,17 @@ Behavior changes
190190
191191In 4.5 some behavior changes have been introduced, which might require you to adjust your project.
192192
193+ 3D Model Import
194+ ~~~~~~~~~~~~~~~
195+
196+ A fix has been made to the 3D model importers to correctly handle non-joint nodes within a skeleton hierarchy (`GH-104184 `_).
197+ To preserve compatibility, the default behavior is to import existing files with the same behavior as before (`GH-107352 `_).
198+ New ``.gltf ``, ``.glb ``, ``.blend ``, and ``.fbx `` files (without a corresponding ``.import `` file)
199+ will be imported with the new behavior. However, for existing files, if you want to use the
200+ new behavior, you must change the "Naming Version" option at the bottom of the Import dock:
201+
202+ .. image :: img/gltf_naming_version.webp
203+
193204Core
194205~~~~
195206
240251.. _GH-103869 : https://github.com/godotengine/godot/pull/103869
241252.. _GH-103941 : https://github.com/godotengine/godot/pull/103941
242253.. _GH-104087 : https://github.com/godotengine/godot/pull/104087
254+ .. _GH-104184 : https://github.com/godotengine/godot/pull/104184
243255.. _GH-104269 : https://github.com/godotengine/godot/pull/104269
244256.. _GH-104872 : https://github.com/godotengine/godot/pull/104872
245257.. _GH-104890 : https://github.com/godotengine/godot/pull/104890
251263.. _GH-106300 : https://github.com/godotengine/godot/pull/106300
252264.. _GH-106848 : https://github.com/godotengine/godot/pull/106848
253265.. _GH-107347 : https://github.com/godotengine/godot/pull/107347
266+ .. _GH-107352 : https://github.com/godotengine/godot/pull/107352
254267.. _GH-107618 : https://github.com/godotengine/godot/pull/107618
255268.. _GH-108041 : https://github.com/godotengine/godot/pull/108041
256269.. _GH-108825 : https://github.com/godotengine/godot/pull/108825
0 commit comments