Page MenuHome

Power Sequencer - Update selection operator to work with 2.90 API change
ClosedPublic

Authored by Robert Guetzkow (rjg) on Jan 12 2021, 11:22 AM.

Details

Summary

This patch fixes T84616. The Power Sequencer wasn't updated to use the 2.90 API which changed the selection operators for the sequencer. The patch replaces the old operator with the new bpy.ops.sequencer.select_side_of_frame to achieve the same functionality as before.

Credit for the identification and fix suggestion goes to @kreako (kreako)

Diff Detail

Repository
rBA Blender Add-ons
Branch
2021-01-12-power-sequencer
Build Status
Buildable 12134
Build 12134: arc lint + arc unit

Event Timeline

Robert Guetzkow (rjg) requested review of this revision.Jan 12 2021, 11:22 AM

While outside the scope of this patch.

This operator seems to only exist to define it's shortcuts, there could be shortcuts that map directly to the existing operator.

This revision is now accepted and ready to land.Jan 13 2021, 5:38 AM

That is very true and should be addressed in a separate patch.