This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/editors
Richard Antalik 54ce344bc7 VSE: Remove seq->tmp usage from transform code
This field was used for extend feature to get handle position of
metastrip children. Since D9972 extend feature works only on meta
strip itself, not it's children.
So `SEQ_transform_get_left_handle_frame()` second argument is always
false and can be removed.

Another instance of `seq->tmp usage` is hack to distinguish strips to be
shuffled, which is not covered by this patch.

Reviewed By: campbellbarton

Differential Revision: https://developer.blender.org/D10321
2021-06-06 03:05:45 +02:00
..
2021-05-21 22:23:07 +10:00
2021-06-01 12:49:53 +10:00
2021-06-03 01:12:00 +10:00
2021-04-26 22:58:35 +10:00
2021-06-01 12:49:53 +10:00
2021-06-01 12:49:53 +10:00
2021-05-21 22:23:07 +10:00
2021-06-05 15:03:59 +10:00