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

Type

enum in [‘PROPEQUAL’, ‘PROPNEQUAL’, ‘PROPINTERVAL’, ‘PROPCHANGED’, ‘PROPLESSTHAN’, ‘PROPGREATERTHAN’], default ‘PROPEQUAL’

property
Type

string, default “”, (never None)

value

Check for this value in types in Equal, Not Equal, Less Than and Greater Than types

Type

string, default “”, (never None)

value_max

Maximum value in Interval type

Type

string, default “”, (never None)

value_min

Minimum value in Interval type

Type

string, default “”, (never None)

classmethod bl_rna_get_subclass(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The RNA type or default when not found.

Return type

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The class or default when not found.

Return type

type

Inherited Properties

Inherited Functions