add new metadata
This commit is contained in:
parent
e5857afa7d
commit
bacb984e54
@ -87,6 +87,8 @@ class MetaDataTypes(PropertyGroup):
|
||||
class MetaData(PropertyGroup):
|
||||
|
||||
notes : StringProperty()
|
||||
ambiance : StringProperty()
|
||||
fx_compo : StringProperty()
|
||||
|
||||
def __iter__(self):
|
||||
return (getattr(self, k) for k in self.keys())
|
||||
|
Loading…
x
Reference in New Issue
Block a user