feature/blend_tree_editor #1

Open
martin wants to merge 29 commits from feature/blend_tree_editor into main
Showing only changes of commit a764222c02 - Show all commits

View File

@ -16,7 +16,7 @@ void BLTAnimationNode::_bind_methods() {
ClassDB::bind_method(D_METHOD("get_input_names"), &BLTAnimationNode::get_input_names_as_typed_array); ClassDB::bind_method(D_METHOD("get_input_names"), &BLTAnimationNode::get_input_names_as_typed_array);
ClassDB::bind_method(D_METHOD("get_input_count"), &BLTAnimationNode::get_input_count); ClassDB::bind_method(D_METHOD("get_input_count"), &BLTAnimationNode::get_input_count);
ClassDB::bind_method(D_METHOD("get_input_index"), &BLTAnimationNode::get_input_index); ClassDB::bind_method(D_METHOD("get_input_index", "node"), &BLTAnimationNode::get_input_index);
} }
void BLTAnimationNode::get_parameter_list(List<PropertyInfo> *r_list) const { void BLTAnimationNode::get_parameter_list(List<PropertyInfo> *r_list) const {