add new metadata

pull/5/head
Clément Ducarteron 2023-03-24 14:57:06 +01:00
parent e5857afa7d
commit bacb984e54
1 changed files with 2 additions and 0 deletions

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