Sculpt Operators

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

Undocumented (contribute)

Parameters:
  • stroke (Collection of OperatorStrokeElement, (optional)) – Stroke
  • mode (enum in [‘NORMAL’, ‘INVERT’, ‘SMOOTH’], (optional, never None)) – Sculpt Stroke Mode, Action taken when a sculpt stroke is made
  • ignore_background_click (boolean, (optional)) – Ignore Background Click, Clicks on the background do not start the stroke
bpy.ops.sculpt.radial_control(initial_value=0.0, new_value=0.0, mode='SIZE', initial_mouse=(0, 0), color=(1.0, 1.0, 1.0, 0.5), texture_color=(1.0, 1.0, 1.0, 1.0))

Undocumented (contribute)

Parameters:
  • initial_value (float in [0, inf], (optional)) – Initial Value
  • new_value (float in [0, inf], (optional)) – New Value
  • mode (enum in [‘SIZE’, ‘STRENGTH’, ‘ANGLE’], (optional, never None)) – Mode
  • initial_mouse (int array of 2 items in [-inf, inf], (optional)) – Initial Mouse
  • color (float array of 4 items in [0, inf], (optional)) – Color, Radial control color
  • texture_color (float array of 4 items in [0, inf], (optional)) – Texture Color, Radial control texture color
bpy.ops.sculpt.sculptmode_toggle()

Undocumented (contribute)

bpy.ops.sculpt.set_persistent_base()

Undocumented (contribute)

Previous topic

Script Operators

Next topic

Sequencer Operators