Sketch Operators

bpy.ops.sketch.cancel_stroke()

Cancel the current sketch stroke

bpy.ops.sketch.convert()

Convert the selected sketch strokes to bone chains

bpy.ops.sketch.delete()

Delete a sketch stroke

bpy.ops.sketch.draw_preview(snap=False)

Draw preview of current sketch stroke (internal use)

Parameters:snap (boolean, (optional)) – Snap
bpy.ops.sketch.draw_stroke(snap=False)

Start to draw a sketch stroke

Parameters:snap (boolean, (optional)) – Snap
bpy.ops.sketch.finish_stroke()

End and keep the current sketch stroke

bpy.ops.sketch.gesture(snap=False)

Start to draw a gesture stroke

Parameters:snap (boolean, (optional)) – Snap
bpy.ops.sketch.select()

Select a sketch stroke

Previous topic

Sequencer Operators

Next topic

Sound Operators