Sculpt Curves Operators
- bpy.ops.sculpt_curves.brush_stroke(stroke=None, mode='NORMAL')
Sculpt curves using a brush
- Parameters
stroke (
bpy_prop_collectionofOperatorStrokeElement, (optional)) – Strokemode (enum in ['NORMAL', 'INVERT', 'SMOOTH'], (optional)) –
Stroke Mode, Action taken when a paint stroke is made
NORMALRegular – Apply brush normally.INVERTInvert – Invert action of brush for duration of stroke.SMOOTHSmooth – Switch brush to smooth mode for duration of stroke.