You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix crashes, ability to add blendpsace into blendtree, ability to delete with delete key
This commit is contained in:
@@ -17,7 +17,7 @@ class AnimationNodeBlendTreeEditor : public VBoxContainer {
|
||||
|
||||
GDCLASS(AnimationNodeBlendTreeEditor, VBoxContainer);
|
||||
|
||||
AnimationNodeBlendTree *blend_tree;
|
||||
Ref<AnimationNodeBlendTree> blend_tree;
|
||||
GraphEdit *graph;
|
||||
MenuButton *add_node;
|
||||
Button *goto_parent;
|
||||
@@ -78,6 +78,8 @@ class AnimationNodeBlendTreeEditor : public VBoxContainer {
|
||||
|
||||
void _node_changed(ObjectID p_node);
|
||||
|
||||
void _removed_from_graph();
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
static void _bind_methods();
|
||||
|
||||
Reference in New Issue
Block a user