fix index error
parent
735fdddd09
commit
a46f64f034
|
@ -503,7 +503,7 @@ class VSETB_PGT_strip_settings(PropertyGroup):
|
||||||
def active_casting(self):
|
def active_casting(self):
|
||||||
try:
|
try:
|
||||||
self.casting[self.casting_index]
|
self.casting[self.casting_index]
|
||||||
except KeyError:
|
except IndexError:
|
||||||
return
|
return
|
||||||
|
|
||||||
classes = (
|
classes = (
|
||||||
|
|
Loading…
Reference in New Issue