set default_value for Text Property

This commit is contained in:
Carl Allen
2017-09-04 21:16:23 -05:00
parent d3bc54001f
commit 590ef4ca92
+1
View File
@@ -22,6 +22,7 @@ class Property(object):
PropertyType.__init__(self) PropertyType.__init__(self)
self.label = label self.label = label
self.configurable = configurable self.configurable = configurable
self.default_value = default_value
self.description = description self.description = description
class Actor(PropertyType): class Actor(PropertyType):