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

[Bug] Render job fails when .blend file includes an unsupported video format #25

Open
jer-nc opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@jer-nc
Copy link
Member

jer-nc commented Sep 5, 2024

Bug Description

When a .blend file contains a video file format for rendering, the form in the render section (GPU/CPU) does not read it correctly. Since Blender Studio only supports image formats like: ['BMP', 'IRIS', 'PNG', 'JPEG', 'JPEG2000', 'TARGA', 'TARGA_RAW', 'CINEON', 'DPX', 'OPEN_EXR_MULTILAYER', 'OPEN_EXR', 'HDR', 'TIFF', 'WEBP'], this can cause the render job to fail without a proper error message.

Steps to Reproduce

  1. Upload a .blend file containing a video format.
  2. Open the render settings form (GPU/CPU).
  3. Start the render job.
  4. The render job fails or produces an incorrect result due to the unsupported format.

Expected Behavior

If the .blend file contains an unsupported video format, the system should display an error message indicating that the format is not supported, and list the valid image formats. Alternatively, the form should be able to extract and display the format from the .blend file so users can be aware and adjust accordingly.

Screenshots

No response

Desktop OS

No response

Desktop Browser

No response

Desktop Browser Version

No response

Additional Logs

No response

@jer-nc jer-nc added the bug Something isn't working label Sep 5, 2024
@jer-nc jer-nc self-assigned this Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant