Page MenuHome

VSE|Feature: Add strip.move_to(meta) function
ClosedPublic

Authored by Félix (Miadim) on Mar 18 2021, 2:39 PM.

Details

Summary

Usage:

strip.move_to(meta)

Diff Detail

Repository
rB Blender
Branch
strip.move_to (branched from master)
Build Status
Buildable 13605
Build 13605: arc lint + arc unit

Event Timeline

Félix (Miadim) requested review of this revision.Mar 18 2021, 2:39 PM
Félix (Miadim) created this revision.
  • Fix strip moving to meta
Félix (Miadim) edited the summary of this revision. (Show Details)Mar 18 2021, 6:33 PM
  • Use seq_find_seqbase to find the appropriate seqbase
source/blender/sequencer/intern/utils.c
588 ↗(On Diff #35352)

I wanted to suggest better name and I found function that does same thing - SEQ_get_seqbase_by_seq()
Sorry I did not look properly first time but I wasn't 100% sure it was there still.

Félix (Miadim) marked an inline comment as done.
  • Use SEQ_get_seqbase_by_seq

Will commit with slight correction of function names I did not catch these initially.

This revision is now accepted and ready to land.Mar 19 2021, 11:38 PM
This revision was automatically updated to reflect the committed changes.