casting on selection

This commit is contained in:
“christopheseux”
2023-05-09 18:25:41 +02:00
parent f5284d18b1
commit 95e5610ff9
2 changed files with 45 additions and 29 deletions
+3
View File
@@ -499,6 +499,9 @@ class VSETB_PGT_strip_settings(PropertyGroup):
metadata : PointerProperty(type=Metadata)
description : StringProperty()
@property
def active_casting(self):
return self.casting[self.casting_index]
classes = (
Asset,