1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add saving flag hack to Skeleton and revert reset timing of animation

This commit is contained in:
Silc Lizard (Tokage) Renew
2025-01-26 00:57:37 +09:00
parent 1b7b009674
commit cb7085340e
10 changed files with 51 additions and 25 deletions

View File

@@ -465,12 +465,6 @@ void RetargetModifier3D::_notification(int p_what) {
case NOTIFICATION_ENTER_TREE: {
_update_child_skeletons();
} break;
#ifdef TOOLS_ENABLED
case NOTIFICATION_EDITOR_PRE_SAVE: {
_reset_child_skeleton_poses();
_force_update_child_skeletons();
} break;
#endif // TOOLS_ENABLED
case NOTIFICATION_EXIT_TREE: {
_reset_child_skeletons();
} break;