PropertySensor(Sensor)

base classes — bpy_struct, Sensor

class bpy.types.PropertySensor(Sensor)

Sensor to detect values and changes in values of properties

evaluation_type

Type of property evaluation (default 'PROPEQUAL')

Type:

Literal[‘PROPEQUAL’, ‘PROPNEQUAL’, ‘PROPINTERVAL’, ‘PROPCHANGED’, ‘PROPLESSTHAN’, ‘PROPGREATERTHAN’]

property

(default “”, never None)

Type:

str

value

Check for this value in types in Equal, Not Equal, Less Than and Greater Than types (default “”, never None)

Type:

str

value_max

Maximum value in Interval type (default “”, never None)

Type:

str

value_min

Minimum value in Interval type (default “”, never None)

Type:

str

classmethod bl_rna_get_subclass(id, default=None, /)
Parameters:

id (str) – The RNA type identifier.

Returns:

The RNA type or default when not found.

Return type:

bpy.types.Struct

classmethod bl_rna_get_subclass_py(id, default=None, /)
Parameters:

id (str) – The RNA type identifier.

Returns:

The class or default when not found.

Return type:

type

Inherited Properties

Inherited Functions