Преглед на файлове

set default_value for Text Property

tags/3.1_alpha
Carl Allen преди 8 години
родител
ревизия
590ef4ca92
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      modules/core/props.py

+ 2
- 1
modules/core/props.py Целия файл

@@ -22,6 +22,7 @@ class Property(object):
PropertyType.__init__(self)
self.label = label
self.configurable = configurable
self.default_value = default_value
self.description = description

class Actor(PropertyType):
@@ -64,4 +65,4 @@ class StepProperty(Property):
PropertyType.__init__(self)
self.label = label
self.configurable = True
self.description = description
self.description = description

Loading…
Отказ
Запис