Sculpt Operators

bpy.ops.sculpt.brush_stroke(stroke=None, mode='NORMAL', ignore_background_click=False)

Undocumented (contribute)

Parameters:
  • stroke (bpy_prop_collection of OperatorStrokeElement, (optional)) – Stroke
  • mode (enum in [‘NORMAL’, ‘INVERT’, ‘SMOOTH’], (optional)) –

    Sculpt Stroke Mode, Action taken when a sculpt stroke is made

    • NORMAL Normal, Apply brush normally.
    • INVERT Invert, Invert action of brush for duration of stroke.
    • SMOOTH Smooth, Switch brush to smooth mode for duration of stroke.
  • ignore_background_click (boolean, (optional)) – Ignore Background Click, Clicks on the background do not start the stroke
bpy.ops.sculpt.sculptmode_toggle()

Undocumented (contribute)

bpy.ops.sculpt.set_persistent_base()

Undocumented (contribute)

Previous topic

Script Operators

Next topic

Sequencer Operators