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

Houdini: Fix single frame publishes #675

Closed

Conversation

BigRoy
Copy link
Collaborator

@BigRoy BigRoy commented Jun 19, 2024

Changelog Description

The instance.data["frames"] in the CollectFrames plug-in stores a str if it's a single frame but a list if it's multiple files, similar to how the Integrator currently likes it.

However, there was some scattered logic that seemed to assume that instance.data["frames"] was always a List[str] which isn't expected anymore now.

Additional info

Fixes #672

I feel like it'd still be worth it to start moving into logic where there's a single ExtractROP plug-in that works the same for all ROP nodes because the shared logic across them is 99% the same, and where it currently isn't it should become the same. So I may follow up with another PR after this to start working to a single ExtractROP plug-in.

Testing notes:

  1. All Houdini publishes types should allow to publish single frame and multi-frame publishes without issue.

@BigRoy BigRoy requested a review from MustafaJafar June 19, 2024 16:15
@ynbot ynbot added host: Houdini type: bug Something isn't working size/XS labels Jun 19, 2024
@BigRoy
Copy link
Collaborator Author

BigRoy commented Jun 19, 2024

Closing this in favor of #676

@BigRoy BigRoy closed this Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Houdini: Some extractors fail when publishing single frame
2 participants