fix casting add and remove
This commit is contained in:
+1
-1
@@ -502,7 +502,7 @@ class VSETB_PGT_strip_settings(PropertyGroup):
|
||||
@property
|
||||
def active_casting(self):
|
||||
try:
|
||||
self.casting[self.casting_index]
|
||||
return self.casting[self.casting_index]
|
||||
except IndexError:
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user