You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user