Fix crashes, ability to add blendpsace into blendtree, ability to delete with delete key
This commit is contained in:
parent
a0719533bd
commit
b80946ee0d
6 changed files with 112 additions and 48 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue