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’], default ‘PROPEQUAL’
property
Type :string, default “”, (never None)
value

Check for this value in types in Equal or Not Equal 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)

Inherited Properties

Inherited Functions

Previous topic

PropertyGroupItem(bpy_struct)

Next topic

PythonConstraint(Constraint)