From a46f64f034c86d87ccda092bcdbcdcef1da162f3 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:13:17 +0200 Subject: [PATCH] fix index error --- ui/properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/properties.py b/ui/properties.py index ec4e457..86ab499 100644 --- a/ui/properties.py +++ b/ui/properties.py @@ -503,7 +503,7 @@ class VSETB_PGT_strip_settings(PropertyGroup): def active_casting(self): try: self.casting[self.casting_index] - except KeyError: + except IndexError: return classes = (