add new metadata

This commit is contained in:
Clément Ducarteron 2023-03-24 14:57:06 +01:00
parent e5857afa7d
commit bacb984e54

View File

@ -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())