-
Notifications
You must be signed in to change notification settings - Fork 81
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 and drop should expand sequential files into a single source. #106
Comments
This was referenced Jun 7, 2024
Open
Merged
I've reproduced the issue in-isolation; the problem shows up when I have a string with double-backslashes and a format string; it incorrectly extracts the extension. Sadly this is an apparent bug in std::filesystem; so I'm looking at working around it in xStudio. |
mpkepic
added a commit
to mpkepic/xstudio
that referenced
this issue
Jun 7, 2024
Latest commit on the PR should resolve this, let me know if you find any edge cases, but I can drag a folder of frames in now! |
mpkepic
added a commit
to mpkepic/xstudio
that referenced
this issue
Jul 19, 2024
mpkepic
added a commit
to mpkepic/xstudio
that referenced
this issue
Jul 19, 2024
…wareFoundation#106 Signed-off-by: Michael Kessler <michael.kessler@epicgames.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduced on Windows 10; referenced in both #100 and #21; creating this as a discrete bug report.
When you specify a path containing a frame sequence on the command-line, it works, however drag and drop for a folder loads each file as a separate source.
The text was updated successfully, but these errors were encountered: