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)
-
Inherited Properties
Inherited Functions