You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux 6.1 - Godot 4.3-dev3 - OpenGL Compat backend
Issue description
When importing a gLTF file with some nested hierarchy, each child of the scenes root (and nested children) emit the following warning:
scene/main/node.cpp:1432 - Adding 'Rope' as child to 'Mast' will make owner 'pirateship' inconsistent. Consider unsetting the owner beforehand.
scene/main/node.cpp:1432 - Adding 'Sail' as child to 'Mast' will make owner 'pirateship' inconsistent. Consider unsetting the owner beforehand.
scene/main/node.cpp:1432 - Adding 'RearFlag' as child to 'RearFlagPole' will make owner 'pirateship' inconsistent. Consider unsetting the owner beforehand.
scene/main/node.cpp:1432 - Adding 'Door' as child to 'Ship' will make owner 'pirateship' inconsistent. Consider unsetting the owner beforehand.
scene/main/node.cpp:1432 - Adding 'Mast' as child to 'Ship' will make owner 'pirateship' inconsistent. Consider unsetting the owner beforehand.
scene/main/node.cpp:1432 - Adding 'RearFlagPole' as child to 'Ship' will make owner 'pirateship' inconsistent. Consider unsetting the owner beforehand.
scene/main/node.cpp:1432 - Adding 'Wheel' as child to 'Ship' will make owner 'pirateship' inconsistent. Consider unsetting the owner beforehand.
This doesn't seem to cause any real issues and ownership ends up being fine.
Steps to reproduce
Simply import the glb. You don't need to instance it in a scene or do anything else.
akien-mga
changed the title
Importing gLTF with nested structure gives "inconsistent owner" warning
Importing glTF with nested structure gives "inconsistent owner" warning
Feb 15, 2024
Tested versions
System information
Linux 6.1 - Godot 4.3-dev3 - OpenGL Compat backend
Issue description
When importing a gLTF file with some nested hierarchy, each child of the scenes root (and nested children) emit the following warning:
This doesn't seem to cause any real issues and ownership ends up being fine.
Steps to reproduce
Simply import the glb. You don't need to instance it in a scene or do anything else.
Minimal reproduction project (MRP)
repro.zip
The text was updated successfully, but these errors were encountered: