-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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 the ability to reorder array elements from the inspector #47538
Add the ability to reorder array elements from the inspector #47538
Conversation
08568f4
to
42519c3
Compare
This is a great idea. Need to test it when I have time. |
6be21ca
to
0acc6ec
Compare
dbd5bf5
to
7369f13
Compare
014350d
to
abdfe22
Compare
abdfe22
to
0840770
Compare
89e3892
to
6093211
Compare
6093211
to
ec67266
Compare
@fire Have you gotten around to test it yet? 😃 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Design looks good.
I used the built editor and it seems to work on an array.
Did a timelimited review of the code.
Thanks! |
This should be able to be pretty easily cherry-picked, I don't think it'll require a separate PR. |
There's a fair amount of conflicts, a PR would be useful. |
@akien-mga Sorry about that, I figured it'd be fine since I originally developed it on the 3.x branch and forward ported it to 4.0, but I've been meaning to double check. |
Demo video:
2021-04-01_18-28-16.mp4
You click and drag to move elements up or down
Supports dragging between different pages.
Resolves godotengine/godot-proposals#23,
Tested on 3.x (laptop doesn't support vulkan so I can't personally test on 4.0)
If it'd be helpful, I'm willing to open a separate PR for 3.x