You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +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:
@@ -162,6 +162,7 @@ class AnimationPlayerEditor : public VBoxContainer {
|
||||
void _animation_tool_menu(int p_option);
|
||||
void _animation_save_menu(int p_option);
|
||||
|
||||
|
||||
AnimationPlayerEditor();
|
||||
protected:
|
||||
|
||||
@@ -171,6 +172,9 @@ protected:
|
||||
static void _bind_methods();
|
||||
public:
|
||||
|
||||
AnimationPlayer *get_player() const;
|
||||
static AnimationPlayerEditor *singleton;
|
||||
|
||||
Dictionary get_state() const;
|
||||
void set_state(const Dictionary& p_state);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user