feature/blend_tree_editor #1

Open
martin wants to merge 29 commits from feature/blend_tree_editor into main
2 changed files with 3 additions and 1 deletions
Showing only changes of commit d01c6fb474 - Show all commits

View File

@ -29,6 +29,7 @@ func edit_animation_root_node(blt_node:BLTAnimationNode):
animation_graph_root_node = blt_node
push_graph_stack(blt_node)
edit_graph(blt_node)
return
push_warning("Cannot edit node %s. Graph type %s not yet supported." % [blt_node.resource_name, blt_node.get_class()])

View File

@ -198,6 +198,7 @@ func _on_blend_tree_graph_edit_node_selected(graph_node: Node) -> void:
func _on_blend_tree_graph_edit_scroll_offset_changed(offset: Vector2) -> void:
if is_instance_valid(blend_tree):
blend_tree.graph_offset = offset