Skip to content
New issue

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

AnimationNodeBlendTreeEditor: Missing Copy and Paste functionality. #80009

Closed
RonYanDaik opened this issue Jul 29, 2023 · 1 comment · May be fixed by #83518
Closed

AnimationNodeBlendTreeEditor: Missing Copy and Paste functionality. #80009

RonYanDaik opened this issue Jul 29, 2023 · 1 comment · May be fixed by #83518

Comments

@RonYanDaik
Copy link

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.

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.

Steps to reproduce

N/A

Minimal reproduction project

Repository Code.

@Calinou
Copy link
Member

Calinou commented Aug 4, 2024

Closing in favor of godotengine/godot-proposals#8146, as feature proposals are tracked on the godot-proposals repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants