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:
parent
b662d232a2
commit
4b671eec0e
5 changed files with 48 additions and 1 deletions
|
|
@ -692,6 +692,8 @@ private:
|
|||
|
||||
void _begin_first_scan();
|
||||
|
||||
void _notify_scene_updated(Node *p_node);
|
||||
|
||||
protected:
|
||||
friend class FileSystemDock;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue