Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Antalik <richardantalik@gmail.com>2021-10-25 05:33:43 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-10-25 05:33:43 +0300
commit4266538ab980fc475a6fd295892b1ad48ee2b7dd (patch)
tree9eacffbf19bfe3cf57cfe2befafe402ebbc2bfd2 /source/blender/sequencer/intern/effects.c
parent28ad680ff06677778e85204e00bafb789402491b (diff)
Fix T90835: Strip snaps to first and second frame
This was caused by strips with single frame input like single image strip or color strip. their length is always 1, and so content length was calculated to end after first frame. There was code handling this case, but it was also checking for `anim_endofs` and `endstill` values. Anim offset values have no effect on these strips and still frame value was used incorrectly. So these chacks can be removed completely.
Diffstat (limited to 'source/blender/sequencer/intern/effects.c')
0 files changed, 0 insertions, 0 deletions