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

undo / redo for position/rotation/scale only as v1 #590

Closed
kfarr opened this issue Apr 2, 2024 · 2 comments · Fixed by #676
Closed

undo / redo for position/rotation/scale only as v1 #590

kfarr opened this issue Apr 2, 2024 · 2 comments · Fixed by #676
Assignees

Comments

@kfarr
Copy link
Collaborator

kfarr commented Apr 2, 2024

As a user I wish to undo past actions and redo those once undone. It's ok to have a limit of undo actions such as 20 deep.

It's also ok to start with just 1 action, such as position/rotation/scale

@vincentfretin
Copy link
Collaborator

I have some notes about how to implement an undo feature with the Command Design Pattern in c-frame/aframe-editor#2

@kfarr kfarr transferred this issue from 3DStreet/3dstreet-editor Jun 10, 2024
@kfarr kfarr changed the title feat: undo / redo undo / redo for position/rotation/scale only as v1 Jun 11, 2024
@vincentfretin
Copy link
Collaborator

PR #676

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

Successfully merging a pull request may close this issue.

2 participants