From 48dddb190598b0685f02fcdc5023545410e840a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cchristopheseux=E2=80=9D?= <“seuxchristophe@hotmail.fr”> Date: Thu, 11 May 2023 11:37:35 +0200 Subject: [PATCH] remove update text --- sequencer_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sequencer_utils.py b/sequencer_utils.py index 0363183..18e0b8c 100644 --- a/sequencer_utils.py +++ b/sequencer_utils.py @@ -407,7 +407,7 @@ def set_active_strip(scene): @persistent def update_text_strips(scene): - print("update_text_strips") + #print("update_text_strips") scn = bpy.context.scene if not scn.sequence_editor: