You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #96309 every time I close the editor (with opened project) I see following warning:
WARNING: GraphEdit's connection_layer removed. This should not be done. If you like to remove all GraphElements from a GraphEdit node, do not simply remove all non-internal children but check their type since the connection layer has to be kept non-internal due to technical reasons.
at: remove_child_notify (scene/gui/graph_edit.cpp:656)
It is not visible in the editor itself but if you run it from the terminal you will definitely see it there which is annoying.
Sometimes (very rare) this error happens even when you only open project but I don't understand what is special conditions cause it at start
The text was updated successfully, but these errors were encountered:
After #96309 every time I close the editor (with opened project) I see following warning:
It is not visible in the editor itself but if you run it from the terminal you will definitely see it there which is annoying.
Sometimes (very rare) this error happens even when you only open project but I don't understand what is special conditions cause it at start
The text was updated successfully, but these errors were encountered: