-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Add draggable upstream nodes feature #1812
Conversation
Can you please adjust this to ignore layer bottom inputs? Dragging a layer should only move it and its left inputs, not those below it. |
I made the change, but wouldn’t that mostly be done by the layer/stack locking. I thought this was useful because if there are a bunch of overlapping layers you can drag and first layer and all layers below it would also move. |
Can you also please make it de-conflict the amplified movement that we currently get when a node/layer is selected while another upstream node/layer is also selected? capture.mp4 |
Adds the ability to automatically drag upstream nodes. Fixes bug when deselecting a node with shift+click.