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

Add length info for sequences #2960

Merged
merged 4 commits into from
Jul 1, 2024
Merged

Add length info for sequences #2960

merged 4 commits into from
Jul 1, 2024

Conversation

joeyballentine
Copy link
Member

@joeyballentine joeyballentine commented Jun 25, 2024

This reuses the existing "length type" string that was previously implemented but not used. This then adds the rest of the functionality for these types to be usable. Right now, they are only used for adding type tags for sequence length.

They are not used for checking connectability. I plan on doing that in a separate PR.

I also plan on figuring out a way to do things like get folder file amounts and video frame length ahead of time, also in a separate PR.

Also, I can't seem to figure out if its possible to get the input type on merge_spritesheet to be exact. It seems to always want to give it int >= 1 for some reason.

image

Also, I'm not sure if this is necessarily the best way to represent length (using a number inside brackets) since I just borrowed it from programming, but i wasn't sure what else to do

@RunDevelopment RunDevelopment mentioned this pull request Jun 30, 2024
@joeyballentine
Copy link
Member Author

I'm going to assume that since you PR'd to it, it's good now.

@joeyballentine joeyballentine merged commit 316ef78 into main Jul 1, 2024
17 checks passed
@joeyballentine joeyballentine deleted the sequence_types branch July 1, 2024 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants