Dpaint Operators

bpy.ops.dpaint.bake()

Bake dynamic paint image sequence surface

bpy.ops.dpaint.output_toggle(output='A')

Add or remove Dynamic Paint output data layer

Parameters:output (enum in [‘A’, ‘B’], (optional)) – Output Toggle
bpy.ops.dpaint.surface_slot_add()

Add a new Dynamic Paint surface slot

bpy.ops.dpaint.surface_slot_remove()

Remove the selected surface slot

bpy.ops.dpaint.type_toggle(type='CANVAS')

Toggle whether given type is active or not

Parameters:type (enum in [‘CANVAS’, ‘BRUSH’], (optional)) – Type

Previous topic

Curve Operators

Next topic

Ed Operators