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: Some extractors fail when publishing single frame #672

Closed
2 tasks done
MustafaJafar opened this issue Jun 19, 2024 · 1 comment · Fixed by #676
Closed
2 tasks done

Houdini: Some extractors fail when publishing single frame #672

MustafaJafar opened this issue Jun 19, 2024 · 1 comment · Fixed by #676
Assignees
Labels
backlog added into backlog host: Houdini type: bug Something isn't working

Comments

@MustafaJafar
Copy link
Contributor

MustafaJafar commented Jun 19, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Note

I didn't make PR because I didn't check all the product types.
Currently, the problem was reported in Composite and Mantra IFD products.
FYI, Mantra IFD should be removed but that's another issue.

Current Behavior:

Extractor plugins of some product types fail when publishing a single frame.

Expected Behavior:

no failing.

Version

1.0.0

What platform you are running on?

Windows

Steps To Reproduce:

  1. publish a single frame in Composting product.

Are there any labels you wish to add?

  • I have added the relevant labels to the bug report.

Relevant log output:

No response

Additional context:

No response

[cuID:AY-5903]

@MustafaJafar MustafaJafar added host: Houdini type: bug Something isn't working backlog added into backlog labels Jun 19, 2024
@MustafaJafar MustafaJafar self-assigned this Jun 19, 2024
@MustafaJafar
Copy link
Contributor Author

Steps to fix by simply replacing such lines by

        output = instance.data["frames"]
        if isinstance(output, list):
                output = output[0]
        _, ext = splitext(output, [])
        ext = ext.lstrip(".")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog added into backlog host: Houdini type: bug Something isn't working
Projects
None yet
1 participant