Reimport bone attachment fixes:

Assign bone_idx to GLTF importer to fix serialization.
Notifies Skeletons and BoneAttachments when reimporting.
Removes usage of NOTIFICATION_NODE_RECACHE_REQUESTED
This commit is contained in:
Saracen 2023-09-28 05:32:32 +01:00
parent b662d232a2
commit 4b671eec0e
5 changed files with 48 additions and 1 deletions

View file

@ -692,6 +692,8 @@ private:
void _begin_first_scan();
void _notify_scene_updated(Node *p_node);
protected:
friend class FileSystemDock;