Package bpy :: Module types :: Class StringProperty
[hide private]
[frames] | no frames]

Class StringProperty


The String Definition Object

RNA text string property definition.

References

Instance Variables [hide private]
string (readonly) default
string default value.
string (readonly) description
Description of the property for tooltips. (Inherited from bpy.types.Property)
boolean (readonly) editable
Property is editable through RNA. (Inherited from bpy.types.Property)
string (readonly) identifier
Unique name used in the code and scripting. (Inherited from bpy.types.Property)
int (readonly) in [0, inf] max_length
Maximum length of the string, 0 means unlimited.
string (readonly) name
Human readable name. (Inherited from bpy.types.Property)
boolean (readonly) registered
Property is registerd as part of type registration. (Inherited from bpy.types.Property)
boolean (readonly) registered_optional
Property is optionally registerd as part of type registration. (Inherited from bpy.types.Property)
Struct (readonly) srna
Struct definition used for properties assigned to this item. (Inherited from bpy.types.Property)
enum (readonly) subtype
Semantic interpretation of the property. (Inherited from bpy.types.Property)
enum (readonly) type
Data type of the property. (Inherited from bpy.types.Property)
enum (readonly) unit
Type of units for this property. (Inherited from bpy.types.Property)
boolean (readonly) use_return
True when this property is a return value from an rna function.. (Inherited from bpy.types.Property)
Instance Variable Details [hide private]

default

string default value. (maximum length of 0)
Type:
string (readonly)