Blender Git Loki

Git Commits -> Revision 60f5745

Revision 60f5745 by Richard Antalik (soc-2021-curves)
June 21, 2021, 14:31 (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: 60f57455b5dc7c630e414fbd621fc65c10c7f208
Parent Commit: 31bae36
Committed By: Dilith Jayakody
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)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021