-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
[3.x] Drag multiple resources onto exported array variable at once #50718
[3.x] Drag multiple resources onto exported array variable at once #50718
Conversation
It seems it's possible to drag non-valid resource types (e.g. dragging an audio file onto an array of textures) onto the array and it just creates a new empty element. It's not a big deal, but it seems there's code that's supposed to stop this from happening: It also prints an error message like so:
I'm not sure if this is a problem with the backport of if the original PR had this problem too. |
More issues caused by this damn code snippet:
|
#50805 should probably be merged first, then I can cherry-pick it as part of this PR, but other than that I think this PR is good. |
It has now been merged :) |
…ple files onto exported arrays.
508e667
to
6628fe0
Compare
I think this should be good to go now. |
Thanks! |
Backport of #37965