We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.x
Doesn't matter.
animation_blend_tree_editor_plugin.cpp has this code implying that you can paste data from clipboard.
animation_blend_tree_editor_plugin.cpp
Ref<AnimationNode> clipb = EditorSettings::get_singleton()->get_resource_clipboard(); if (clipb.is_valid()) { add_node->get_popup()->add_separator(); add_node->get_popup()->add_item(TTR("Paste"), MENU_PASTE); }
But there is no copy functionality to be found. Copy option in menu is missing nor keyboard shortcuts exist.
Copy
N/A
Repository Code.
The text was updated successfully, but these errors were encountered:
Closing in favor of godotengine/godot-proposals#8146, as feature proposals are tracked on the godot-proposals repository.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Godot version
4.x
System information
Doesn't matter.
Issue description
animation_blend_tree_editor_plugin.cpp
has this code implying that you can paste data from clipboard.But there is no copy functionality to be found.
Copy
option in menu is missing nor keyboard shortcuts exist.Steps to reproduce
N/A
Minimal reproduction project
Repository Code.
The text was updated successfully, but these errors were encountered: