bpy.ops.gpencil.stroke_caps_set
将笔画的端点符号设置为指定的类型。
bpy.ops.gpencil.stroke_caps_set(type='NONE')
type
str
'NONE'
'ROUND'
'SQUARE'
将笔画的端点设置为圆形:
bpy.ops.gpencil.stroke_caps_set(type='ROUND')