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

Adding Copy/Paste/Cut options for AnimationTree nodes #1442

Closed
jcarlosrc opened this issue Aug 31, 2020 · 1 comment
Closed

Adding Copy/Paste/Cut options for AnimationTree nodes #1442

jcarlosrc opened this issue Aug 31, 2020 · 1 comment

Comments

@jcarlosrc
Copy link

Describe the project you are working on:
A 3d third person game.

Describe the problem or limitation you are having in your project:
I have to manage multiple animations and re-make the AnimationTree system some times to find the best way. For instance I want to move a BlendSpace2d node into another blending node. However, there is no way to move a node into another without re-making it which is time consuming. It would be good some simple options such as copy, paste, cut, duplicate and similar.

Describe the feature / enhancement and how it helps to overcome the problem or limitation:
Adding the options when right mouse input is pressed and enable keys such as Ctrl + C, ...

Describe how your proposal will work, with code, pseudocode, mockups, and/or diagrams:

If this enhancement will not be used often, can it be worked around with a few lines of script?:
It is a core and useful feature for general purpose.

Is there a reason why this should be core and not an add-on in the asset library?:

@Calinou
Copy link
Member

Calinou commented Aug 31, 2020

Duplicate of #955 and #106.

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

No branches or pull requests

2 participants