Blender Git Commit Log
Git Commits -> Revision 93c1079
Revision 93c1079 by Richard Antalik (master) January 25, 2021, 03:55 (GMT) |
Fix T82698: Speed effect not working on generator strips Generator strips with zero inputs have their length set to 1 pernamently. In some cases it is useful to use speed effect on these strips because they can be animated. This can be done by using their length as is on timeline as content length. This is very simplified and temporary solution, as cutting these strips won't give expected results. Lot of code relies on length of these strips being fixed to 1, resolving this properly should be done by T59540. Reviewed By: sergey Differential Revision: https://developer.blender.org/D10026 |
Commit Details:
Full Hash: 93c10797dc35e17bbd96f3711a151acf2d184848
Parent Commit: 744fa41
Lines Changed: +21, -7
1 Modified Path:
/source/blender/sequencer/intern/effects.c (+21, -7) (Diff)