Merge pull request #114603 from CreatedBySeb/fix-114443
Fix animation editor sometimes not processing on scene change
This commit is contained in:
commit
0a31c9c615
1 changed files with 2 additions and 0 deletions
|
|
@ -70,7 +70,9 @@ void AnimationPlayerEditor::_find_player() {
|
|||
TypedArray<Node> players = edited_scene->find_children("", "AnimationPlayer");
|
||||
|
||||
if (players.size() == 1) {
|
||||
// Replicating EditorNode::_plugin_over_edit to ensure an identical setup as when selecting manually.
|
||||
plugin->edit(players.front());
|
||||
plugin->make_visible(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue