Blender Git Commit Log

Git Commits -> Revision 1a5fa2b

Revision 1a5fa2b by Richard Antalik (master)
June 15, 2021, 22:29 (GMT)
VSE: Improve animation evaluation performance

Use lookup string callback function for `sequences_all` RNA property
`rna_SequenceEditor_sequences_all_lookup_string` using a GHash for faster lookups.

When names are changed or strips are added/removed the lookup is tagged invalid.
The next time the lookup is used it will rebuild it.

Reviewed By: sergey, jbakker

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

Commit Details:

Full Hash: 1a5fa2b319e06ebbd2666987aa11240a371dcc09
Parent Commit: 143a81c
Lines Changed: +242, -28

1 Added Path:

/source/blender/sequencer/intern/sequence_lookup.c (+161, -0) (View)

13 Modified Paths:

/source/blender/blenkernel/intern/scene.c (+1, -0) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+1, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_edit.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+20, -4) (Diff)
/source/blender/sequencer/CMakeLists.txt (+1, -0) (Diff)
/source/blender/sequencer/intern/sequencer.c (+2, -1) (Diff)
/source/blender/sequencer/intern/strip_add.c (+17, -17) (Diff)
/source/blender/sequencer/intern/strip_edit.c (+9, -0) (Diff)
/source/blender/sequencer/intern/utils.c (+6, -3) (Diff)
/source/blender/sequencer/SEQ_edit.h (+2, -0) (Diff)
/source/blender/sequencer/SEQ_sequencer.h (+11, -0) (Diff)
/source/blender/sequencer/SEQ_utils.h (+3, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021