You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Upload a .blend file containing a video format.
Open the render settings form (GPU/CPU).
Start the render job.
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
The text was updated successfully, but these errors were encountered:
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
.blend
file containing a video 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
The text was updated successfully, but these errors were encountered: