mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
-Display on animation editor which keys are invalid and which tracks are unresolved
-Added a tool to clean up unresolved tracks and unused keys
This commit is contained in:
parent
35fa048af5
commit
200b7bb87c
19 changed files with 381 additions and 20 deletions
|
|
@ -1250,8 +1250,15 @@ void AnimationPlayerEditor::_bind_methods() {
|
|||
|
||||
}
|
||||
|
||||
AnimationPlayerEditor *AnimationPlayerEditor::singleton=NULL;
|
||||
|
||||
AnimationPlayer *AnimationPlayerEditor::get_player() const {
|
||||
|
||||
return player;
|
||||
}
|
||||
AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor) {
|
||||
editor=p_editor;
|
||||
singleton=this;
|
||||
|
||||
updating=false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue