Merge pull request #67965 from jtnicholl/key_to_the_library
Allow changing imported AnimationLibrary names in AnimationPlayer in the editor
This commit is contained in:
commit
8bdf3c7c63
|
@ -668,7 +668,7 @@ void AnimationLibraryEditor::update_tree() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libitem->set_editable(0, !animation_library_is_foreign);
|
libitem->set_editable(0, true);
|
||||||
libitem->set_metadata(0, K);
|
libitem->set_metadata(0, K);
|
||||||
libitem->set_icon(0, get_editor_theme_icon("AnimationLibrary"));
|
libitem->set_icon(0, get_editor_theme_icon("AnimationLibrary"));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue