Fix T98954: Color management is very slow with sequencer sound

Function `rna_ColorManagement_update` tagged unnecesary updates.

Reviewed By: sergey, brecht

Differential Revision: https://developer.blender.org/D15710
This commit is contained in:
Richard Antalik 2022-08-23 14:56:38 +02:00
parent 21ea499558
commit efc9faef23
Notes: blender-bot 2023-02-14 11:07:28 +01:00
Referenced by issue #98954, color management is very slow with sequencer sound
1 changed files with 0 additions and 1 deletions

View File

@ -682,7 +682,6 @@ static void rna_ColorManagement_update(Main *UNUSED(bmain), Scene *UNUSED(scene)
}
if (GS(id->name) == ID_SCE) {
DEG_id_tag_update(id, 0);
WM_main_add_notifier(NC_SCENE | ND_SEQUENCER, NULL);
}
}