Video Sequence Editor lost stereoscopic preview #77564

Closed
opened 2020-06-07 10:27:48 +02:00 by gabriel montagné · 12 comments

System Information
Operating system: Linux-4.19.0-9-amd64-x86_64-with-debian-10.4 64 Bits
Graphics card: Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2) Intel Open Source Technology Center 4.5 (Core Profile) Mesa 18.3.6

Blender Version
Broken: version: 2.83.0, branch: master, commit date: 2020-06-03 12:23, hash: 82e3bd4bbb (also broken in 2.83.0 downlaoded from the main download page)
Worked: 2.83 alpha (I only have a custom build lying around, sorry, but it was before https://developer.blender.org/T71546 -- on which one can see the VSE trying to render the stereoscopic preview)
Short description of error
When loading a stereoscopic image sequence on the VSE the preview shows only a monoscopic version even though when I render the image, the stereoscopic image is rendered as expected.
On older builds it rendered the stereoscopic preview correctly (if the strip was the same size as the output, https://developer.blender.org/T71546)

Exact steps for others to reproduce the error

  • Create a new file.
  • In the output properties, turn on stereoscopy.

On the VSE editor, import the DSCF****_L.jpg files on the attached zip — on the options select "use multi view" and leave "individual".

I'm uploading a zip file with a couple of stereo images, for debugging comfort.

vse-stereoscopy-preview.zip

NOTE: while doing tests on the previous "working" (although admittedly dodgy) build, I could see the 3D previews but the renders were black on the image editor.
I'm not sure if that's related or not, but still I wanted to mention it.

On a recent build,
A-BROKEN-NOW_feh_023802_000002_2020-06-07-091813_1920x1080_scrot.png

On an old build,
B-WORKING-BEFORE_feh_023802_000001_2020-06-07-091627_1920x1080_scrot.png

**System Information** Operating system: Linux-4.19.0-9-amd64-x86_64-with-debian-10.4 64 Bits Graphics card: Mesa DRI Intel(R) HD Graphics 520 (Skylake GT2) Intel Open Source Technology Center 4.5 (Core Profile) Mesa 18.3.6 **Blender Version** Broken: version: 2.83.0, branch: master, commit date: 2020-06-03 12:23, hash: `82e3bd4bbb` (also broken in 2.83.0 downlaoded from the main download page) Worked: 2.83 alpha (I only have a custom build lying around, sorry, but it was before https://developer.blender.org/T71546 -- on which one can see the VSE trying to render the stereoscopic preview) **Short description of error** When loading a stereoscopic image sequence on the VSE the preview shows only a monoscopic version even though when I render the image, the stereoscopic image is rendered as expected. On older builds it rendered the stereoscopic preview correctly (if the strip was the same size as the output, https://developer.blender.org/T71546) **Exact steps for others to reproduce the error** - Create a new file. - In the output properties, turn on stereoscopy. # On the VSE editor, import the DSCF****_L.jpg files on the attached zip — on the options select "use multi view" and leave "individual". I'm uploading a zip file with a couple of stereo images, for debugging comfort. [vse-stereoscopy-preview.zip](https://archive.blender.org/developer/F8588737/vse-stereoscopy-preview.zip) **NOTE:** while doing tests on the previous "working" (although admittedly dodgy) build, I could see the 3D previews but the renders were black on the image editor. I'm not sure if that's related or not, but still I wanted to mention it. On a recent build, ![A-BROKEN-NOW_feh_023802_000002_2020-06-07-091813_1920x1080_scrot.png](https://archive.blender.org/developer/F8588754/A-BROKEN-NOW_feh_023802_000002_2020-06-07-091813_1920x1080_scrot.png) On an old build, ![B-WORKING-BEFORE_feh_023802_000001_2020-06-07-091627_1920x1080_scrot.png](https://archive.blender.org/developer/F8588753/B-WORKING-BEFORE_feh_023802_000001_2020-06-07-091627_1920x1080_scrot.png)

Added subscriber: @GabrielMontagne

Added subscriber: @GabrielMontagne

Changed status from 'Needs Triage' to: 'Confirmed'

Changed status from 'Needs Triage' to: 'Confirmed'
Member

Added subscriber: @Jeroen-Bakker

Added subscriber: @Jeroen-Bakker
Member

Could be that the new stereo rendering assumes that stereo rendering always happen in a GPUViewport. As VSE doesn't use a GPUViewport it does not render correctly anymore. Actually the stereo composite isn't executed anymore. This change was needed to solve color management issues in the viewport and make sure the image editor displays the correct results. I have missed this one.

My proposal is to make the scene sequencer preview a GPU viewport this is the most future proof way and use the global window stereo setting.
Current implementation seems to be a per strip setting. But that will change current workflow.

@iss: What do you think?

Could be that the new stereo rendering assumes that stereo rendering always happen in a GPUViewport. As VSE doesn't use a GPUViewport it does not render correctly anymore. Actually the stereo composite isn't executed anymore. This change was needed to solve color management issues in the viewport and make sure the image editor displays the correct results. I have missed this one. My proposal is to make the scene sequencer preview a GPU viewport this is the most future proof way and use the global window stereo setting. Current implementation seems to be a per strip setting. But that will change current workflow. @iss: What do you think?
Member

Added subscriber: @iss

Added subscriber: @iss

In #77564#953852, @Jeroen-Bakker wrote:
My proposal is to make the scene sequencer preview a GPU viewport this is the most future proof way and use the global window stereo setting.
Current implementation seems to be a per strip setting. But that will change current workflow.

@iss: What do you think?

Can you give me some reference or elaborate a bit more? (read what should I do?)

> In #77564#953852, @Jeroen-Bakker wrote: > My proposal is to make the scene sequencer preview a GPU viewport this is the most future proof way and use the global window stereo setting. > Current implementation seems to be a per strip setting. But that will change current workflow. > > @iss: What do you think? Can you give me some reference or elaborate a bit more? (read what should I do?)

Added subscriber: @dfelinto

Added subscriber: @dfelinto

Issue introduced on fe045b2b77.

Issue introduced on fe045b2b77.
Dalai Felinto self-assigned this 2020-08-04 16:03:50 +02:00

This issue was referenced by 2e908156d0

This issue was referenced by 2e908156d0c744e526e165b386c61a0a4d0e8ed0

Changed status from 'Confirmed' to: 'Resolved'

Changed status from 'Confirmed' to: 'Resolved'

This issue was referenced by 47c6f41b89

This issue was referenced by 47c6f41b8926befcf1ffe8b0dcccb90922c4b9be

This issue was referenced by 40edb84dcf

This issue was referenced by 40edb84dcf4f05fe2d6a73170617af0eab0cd5ff
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
6 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#77564
No description provided.