Maniphest T59951

View all sequences does not take into account region overlap
Closed, Resolved

Assigned To
Richard Antalik (ISS)
Authored By
Christopher_Anderssarian
Dec 29 2018, 1:51 PM
Tags
  • BF Blender
  • Video Sequencer
  • User Interface
Subscribers
Brecht Van Lommel (brecht)
Christopher_Anderssarian

Description

System Information
Operating system: Microsoft Windows 7 Ultimate, Version 6.1.7601, Service Pack 1, Build 7601
GPU: ASUS Strix Radeon Vega 64
CPU: Intel(R) Core(TM) i7-5960X
RAM: 32.0 GB
Full System Information: Here

Blender Version

Broken:
Well it's broken in 2.7X but in 2.80 it's broken by default
2.80, 29 December, 01:07:02 -7c438e5366b2-

Worked:
Unknown

Short description of error

In 2.80 Region overlap is now default.
In 2.7X the properties region was semi-transparent showing strips underneath.
2.80 doesn't have any transparency so some strips are hidden.
When pressing Home or View all Sequences the Properties panel's width is not being taken to consideration.

Exact steps for others to reproduce the error

Revisions and Commits

rB Blender
D4388

Event Timeline

Christopher_Anderssarian created this task.Dec 29 2018, 1:51 PM
Richard Antalik (ISS) claimed this task.Dec 29 2018, 5:20 PM
Richard Antalik (ISS) lowered the priority of this task from 90 to 50.
Brecht Van Lommel (brecht) added a subscriber: Brecht Van Lommel (brecht).Jan 24 2019, 1:11 PM

@Richard Antalik (ISS), you can compute the visible part of region with ED_region_visible_rect.

In UI_view2d_smooth_view, cur is the rect that to be made visible. It can be offset / scale somehow based on the difference between the full and visible region rect?

Brecht Van Lommel (brecht) renamed this task from View all Sequences doesn't show all sequences to View all sequences does not take into account region overlap.Feb 13 2019, 5:52 PM
Richard Antalik (ISS) mentioned this in D4388: Disable region overlap for VSE.Feb 21 2019, 9:16 PM
Richard Antalik (ISS) changed the task status from Unknown Status to Resolved by committing rB0207d20cd4d4: fix T59951: View all sequences does not take into account region overlap fix….Feb 23 2019, 3:18 PM
Richard Antalik (ISS) added a commit: rB0207d20cd4d4: fix T59951: View all sequences does not take into account region overlap fix….