Blender Git Commit Log

Git Commits -> Revision 8fecc2a

Revision 8fecc2a by Dalai Felinto (master)
September 27, 2021, 12:58 (GMT)
Increase VSE strip channels limit from 32 to 128

The original limit dates back from 2002 when Blender went open source.
After that many years some productions (e.g., Sprite Fright) are already
experiencing limitations for complex edits.

The future plans is to support an initial shorter (2?) number of
channels with support to "unlimited" channels.

Finally, I'm bumping the minimum file requirement since files with more
than 32 channels won't work well in old Blender versions.

In a future commit I will implement a sanitization so that we only read (and write)
128 channels. Making sure future changes of this number won't corrupt Blender.

Differential Revision: https://developer.blender.org/D12645

Commit Details:

Full Hash: 8fecc2a8525467ee2fbbaae16ddbbc10b3050d46
Parent Commit: 0419c74
Lines Changed: +34, -28

3 Modified Paths:

/source/blender/blenkernel/BKE_blender_version.h (+2, -2) (Diff)
/source/blender/blenloader/intern/versioning_300.c (+31, -25) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021