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

Editor errors on import of a scene with a skeleton and a Bone Map resource #83148

Closed
dpalais opened this issue Oct 11, 2023 · 1 comment · Fixed by #83986
Closed

Editor errors on import of a scene with a skeleton and a Bone Map resource #83148

dpalais opened this issue Oct 11, 2023 · 1 comment · Fixed by #83986

Comments

@dpalais
Copy link
Contributor

dpalais commented Oct 11, 2023

Godot version

Godot 4.2.dev

System information

Linux

Issue description

On import of a scene with a skeleton and a Bone Map resource the following errors appear in the editor log:

Godot Engine v4.2.dev.custom_build (c) 2007-present Juan Linietsky, Ariel Manzur & Godot Contributors.
  modules/gltf/register_types.cpp:63 - Blend file import is enabled in the project settings, but no Blender path is configured in the editor settings. Blend files will not be imported.
--- Debug adapter server started ---
--- GDScript language server started on port 6008 ---
  Error calling method from 'callv': 'ImporterMeshInstance3D::_notify_skeleton_bones_renamed': Method not found.
  Error calling method from 'callv': 'Skeleton3D::_notify_skeleton_bones_renamed': Method not found.
  Error calling method from 'callv': 'Node3D::_notify_skeleton_bones_renamed': Method not found.
  Error calling method from 'callv': 'ImporterMeshInstance3D::_notify_skeleton_bones_renamed': Method not found.
  Error calling method from 'callv': 'Skeleton3D::_notify_skeleton_bones_renamed': Method not found.
  Error calling method from 'callv': 'Node3D::_notify_skeleton_bones_renamed': Method not found.

Steps to reproduce

  1. (Re)import the glb scene from the attached reproduction project.

Minimal reproduction project

mrp.zip

@akien-mga
Copy link
Member

CC @godotengine/import @godotengine/animation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants