Page MenuHome

Implement ID properties support for TimeMarker
ClosedPublic

Authored by Sergey Sharybin (sergey) on Sep 18 2020, 5:01 PM.

Details

Summary

Allows scripters to store additional information in the marker itself instead
of using work-around approach based on marker names and such.

Diff Detail

Repository
rB Blender
Branch
time_marker_idprop (branched from master)
Build Status
Buildable 10302
Build 10302: arc lint + arc unit

Event Timeline

Sergey Sharybin (sergey) requested review of this revision.Sep 18 2020, 5:01 PM
Sergey Sharybin (sergey) created this revision.

Although I didn't see the motivation for this, no issues with the functionality.

  • Shouldn't copying the marker also copy the properties? (Shift-D in the time-line)
  • We could display these in the UI (time line region is currently empty :S ), for this we'd want to have an active marker too I'd guess.
This revision is now accepted and ready to land.Sep 18 2020, 5:16 PM
Sergey Sharybin (sergey) planned changes to this revision.Sep 18 2020, 5:28 PM

The motivation is to facilitate tools being developed for the movie edit here at the studio.

This is a good point about shift-d. The deletion of markers should also free the properties.

I have a patch for this, but we are experiencing an internet outage at this moment :(

Fix marker duplicate/delete operators.

This revision is now accepted and ready to land.Sep 18 2020, 5:54 PM