-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Whenever stereoscopy is enabled the render gets saved to a file with a correct extension (be it JPEG, TIF, EXR etc.), however the saved file itself is always a PNG underneath (confirmed by looking at the file's header in Notepad++).
This happens regardless of whether I set the stereoscopy to be in side-by-side format or individual - the file created is always side-by-side and is always a PNG underneath.
When stereoscopy is disabled the output is okay - the file created is a real file of the chosen type.
There is a small secondary issue specifically with OpenEXR output - the color depth always changes to Float (Full) upon rendering with the addon. Would be nice to see this fixed as files with Float (Full) take A LOT more disk space while providing no actual benefit (Full is pretty much only useful for things like displacement maps. For regular renders there is no difference, even when pixel peeping while doing extreme color grading).
System information:
- OS: Windows 10
- Blender 3.6
- Graphics card: RTX4070 and RTX3090
For now I was able to circumvent the issue by just rendering the left and right views separately with two cameras physically spaced apart, but would be nice to be able to use stereoscopy to do this automatically with a single camera (it could even save the views separately if there's no way to make it work otherwise).