Dpaint Operators
- bpy.ops.dpaint.bake()
Bake dynamic paint image sequence surface
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.dpaint.output_toggle(*, output='A')
Add or remove Dynamic Paint output data layer
- Parameters:
output (Literal['A', 'B']) – Output Toggle, (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.dpaint.surface_slot_add()
Add a new Dynamic Paint surface slot
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.dpaint.surface_slot_remove()
Remove the selected surface slot
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]
- bpy.ops.dpaint.type_toggle(*, type='CANVAS')
Toggle whether given type is active or not
- Parameters:
type (Literal[Prop Dynamicpaint Type Items]) – Type, (optional)
- Returns:
Result of the operator call.
- Return type:
set[Literal[Operator Return Items]]