We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a6bd8 commit 18cc58fCopy full SHA for 18cc58f
scene/3d/retarget_modifier_3d.cpp
@@ -452,9 +452,11 @@ void RetargetModifier3D::_notification(int p_what) {
452
case NOTIFICATION_ENTER_TREE: {
453
_update_child_skeletons();
454
} break;
455
+#ifdef TOOLS_ENABLED
456
case NOTIFICATION_EDITOR_PRE_SAVE: {
457
_reset_child_skeleton_poses();
458
459
+#endif // TOOLS_ENABLED
460
case NOTIFICATION_EXIT_TREE: {
461
_reset_child_skeletons();
462
0 commit comments