base class — bpy_struct
subclasses — PointerProperty, EnumProperty, IntProperty, CollectionProperty, BooleanProperty, FloatProperty, StringProperty
RNA property definition
Description of the property for tooltips
Type : | string, default “”, (readonly) |
---|
Unique name used in the code and scripting
Type : | string, default “”, (readonly) |
---|
True when multiple enums
Type : | boolean, default False, (readonly) |
---|
True when the property is hidden
Type : | boolean, default False, (readonly) |
---|
True when this value can’t be set to None
Type : | boolean, default False, (readonly) |
---|
True when this property is an output value from an RNA function
Type : | boolean, default False, (readonly) |
---|
Property is editable through RNA
Type : | boolean, default False, (readonly) |
---|
Property is registered as part of type registration
Type : | boolean, default False, (readonly) |
---|
Property is optionally registered as part of type registration
Type : | boolean, default False, (readonly) |
---|
False when this property is an optional argument in an RNA function
Type : | boolean, default False, (readonly) |
---|
Property is editable through RNA
Type : | boolean, default False, (readonly) |
---|
Human readable name
Type : | string, default “”, (readonly) |
---|
Semantic interpretation of the property
Type : | enum in [‘NONE’, ‘FILE_PATH’, ‘DIRECTORY_PATH’, ‘UNSIGNED’, ‘PERCENTAGE’, ‘FACTOR’, ‘ANGLE’, ‘TIME’, ‘DISTANCE’, ‘COLOR’, ‘TRANSLATION’, ‘DIRECTION’, ‘MATRIX’, ‘EULER’, ‘QUATERNION’, ‘XYZ’, ‘COLOR_GAMMA’, ‘COORDINATES’, ‘LAYER’, ‘LAYER_MEMBERSHIP’], default ‘NONE’, (readonly) |
---|
Data type of the property
Type : | enum in [‘BOOLEAN’, ‘INT’, ‘FLOAT’, ‘STRING’, ‘ENUM’, ‘POINTER’, ‘COLLECTION’], default ‘BOOLEAN’, (readonly) |
---|
Type of units for this property
Type : | enum in [‘NONE’, ‘LENGTH’, ‘AREA’, ‘VOLUME’, ‘ROTATION’, ‘TIME’, ‘VELOCITY’, ‘ACCELERATION’], default ‘NONE’, (readonly) |
---|
Inherited Properties
Inherited Functions
|
References