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

Drag&drop moving of nodes in the node tree #6

Open
pschiffmann opened this issue Jul 12, 2023 · 0 comments
Open

Drag&drop moving of nodes in the node tree #6

pschiffmann opened this issue Jul 12, 2023 · 0 comments
Labels

Comments

@pschiffmann
Copy link
Owner

New nodes can only be inserted into empty regular slots, or in the last position of a collection slot. After creating a node, it can't be moved to a different place; if the node needs to be moved, the user has only two options: 1. Delete the node and create a new one at the target location with the same properties and descendants, or 2. manually edit the scene.json file.

The editor needs to support drag&drop gestures inside the node tree, allowing users to move nodes to a new location.

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

No branches or pull requests

1 participant