Add description field to Attribute Container

This commit is contained in:
Gorgious
2021-08-04 15:49:03 +02:00
parent 00bf08c220
commit 77c3975499
+1
View File
@@ -153,6 +153,7 @@ def updateAttributeValue(self, value):
class Attribute(PropertyGroup):
name: StringProperty(name="Name")
description: StringProperty(name="Description")
data_type: StringProperty(name="Data Type")
string_value: StringProperty(name="Value", update=updateAttributeStringValue)
bool_value: BoolProperty(name="Value", update=updateAttributeBoolValue)