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

Fix SVG sequence file loading #1212

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

manongjohn
Copy link
Collaborator

@manongjohn manongjohn commented Sep 13, 2023

This PR fixes an issue when trying to load an SVG file sequence.

Modified it so SVG files are treated as Vector Images instead of Vector Levels, which allows the SVG files to be detected as a single image file or a series of files (filename.####.svg or filename_####.svg format).

@manongjohn manongjohn added the 1.4 Included in Version 1.4 label Sep 13, 2023
@manongjohn
Copy link
Collaborator Author

Discovered the PLI files are needed for palettes. Updated to restore the logic to create the PLI files when importing SVG sequenced files.

@manongjohn manongjohn merged commit 580fc67 into tahoma2d:master Sep 19, 2023
4 checks passed
ChengduLittleA added a commit to ChengduLittleA/opentoonz that referenced this pull request Sep 30, 2023
This PR fixes an issue when trying to load an SVG file sequence.

Modified it so SVG files are treated as Vector Images instead of Vector Levels, which allows the SVG files to be detected as a single image file or a series of files (filename.####.svg or filename_####.svg format).

Ported from tahoma2d/tahoma2d#1212
ChengduLittleA added a commit to ChengduLittleA/opentoonz that referenced this pull request Sep 30, 2023
This PR fixes an issue when trying to load an SVG file sequence.

Modified it so SVG files are treated as Vector Images instead of Vector
Levels, which allows the SVG files to be detected as a single image file
or a series of files (filename.####.svg or filename_####.svg format).

Ported from tahoma2d/tahoma2d#1212

Co-Authored-By: manongjohn <19245851+manongjohn@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.4 Included in Version 1.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant