GPencilStroke(bpy_struct)

base class — bpy_struct

class bpy.types.GPencilStroke(bpy_struct)

Freehand curve defining part of a sketch

draw_mode
  • SCREEN Screen, Stroke is in screen-space.
  • 3DSPACE 3D Space, Stroke is in 3D-space.
  • 2DSPACE 2D Space, Stroke is in 2D-space.
  • 2DIMAGE 2D Image, Stroke is in 2D-space (but with special ‘image’ scaling).
Type :enum in [‘SCREEN’, ‘3DSPACE’, ‘2DSPACE’, ‘2DIMAGE’], default ‘SCREEN’
points

Stroke data points

Type :GPencilStrokePoints bpy_prop_collection of GPencilStrokePoint, (readonly)

Inherited Properties

Inherited Functions

References

Previous topic

GPencilLayer(bpy_struct)

Next topic

GPencilStrokePoint(bpy_struct)