Page MenuHome

Fix T90637: Outliner: VSE context menu options are not working
AbandonedPublic

Authored by Germano Cavalcante (mano-wii) on Aug 12 2021, 8:13 PM.

Details

Summary

Some of the enums that indicate operations in the context menu are not
supported for some element types like TSE_SEQUENCE.

From the user's point of view, this looks like a bug since the buttom
is there.

Then populate the enum list dynamically depending on the type.

Also add some calls that were missing from the TSE_SEQUENCE type.
(WM_event_add_notifier and ED_undo_push).

Ref T90637

Diff Detail

Repository
rB Blender
Branch
master
Build Status
Buildable 16386
Build 16386: arc lint + arc unit

Event Timeline

Germano Cavalcante (mano-wii) requested review of this revision.Aug 12 2021, 8:13 PM
Germano Cavalcante (mano-wii) created this revision.
  • Fix: reset the slot that indicates the end of the list

Committed different solution - rB0ed2df81cc38