PropertyActuator(Actuator)

base classes — bpy_struct, Actuator

class bpy.types.PropertyActuator(Actuator)

Actuator to handle properties

mode
Type :enum in [‘ASSIGN’, ‘ADD’, ‘COPY’, ‘TOGGLE’], default ‘ASSIGN’
object

Copy from this Object

Type :Object
object_property

Copy this property

Type :string, default “”
property

The name of the property

Type :string, default “”
value

The name of the property or the value to use (use “” around strings)

Type :string, default “”

Inherited Properties

Inherited Functions

Previous topic

Property(bpy_struct)

Next topic

PropertyGroup(bpy_struct)