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