Merge pull request #19475 from YeldhamDev/animplayer_cosmetic
Minor changes to the AnimationPlayer editor
This commit is contained in:
@ -1697,6 +1697,8 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor, AnimationPlay
|
||||
//tool_anim->get_popup()->add_separator();
|
||||
//tool_anim->get_popup()->add_item("Edit Anim Resource",TOOL_PASTE_ANIM);
|
||||
|
||||
hb->add_child(memnew(VSeparator));
|
||||
|
||||
track_editor = memnew(AnimationTrackEditor);
|
||||
|
||||
hb->add_child(track_editor->get_edit_menu());
|
||||
|
||||
Reference in New Issue
Block a user