Page MenuHome

Fix T102663: Meta strips from older versions are broken
ClosedPublic

Authored by Richard Antalik (ISS) on Nov 24 2022, 7:34 PM.

Details

Summary

Meta strip range was adjusted in versioning because of previous issues
by function version_fix_seq_meta_range. After speed_factor property
was added, this changed how function works and result was incorrect
function due to uninitialized property value.

Running version_fix_seq_meta_range after seq_speed_factor_set fixes
this issue.

Diff Detail

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

Event Timeline

Richard Antalik (ISS) requested review of this revision.Nov 24 2022, 7:34 PM
Richard Antalik (ISS) created this revision.

Cleanup unintended change

From the code side seems fine.

This revision is now accepted and ready to land.Nov 25 2022, 10:39 AM