base class — bpy_struct
Collection of related sketches
Frame currently being displayed for this layer
| Type : | GPencilFrame, (readonly) |
|---|
Layer Opacity
| Type : | float in [0.3, 1], default 0.0 |
|---|
Color for all strokes in this layer
| Type : | float array of 3 items in [0, 1], default (0.0, 0.0, 0.0) |
|---|
Sketches for this layer on different frames
| Type : | bpy_prop_collection of GPencilFrame, (readonly) |
|---|
Maximum number of frames on either side of the active frame to show (0 = show the ‘first’ available sketch on either side)
| Type : | int in [0, 120], default 0 |
|---|
Set layer Visibility
| Type : | boolean, default False |
|---|
Layer name
| Type : | string, default “” |
|---|
Thickness of strokes (in pixels)
| Type : | int in [1, 10], default 0 |
|---|
Protect layer from further editing and/or frame changes
| Type : | boolean, default False |
|---|
Lock current frame displayed by layer
| Type : | boolean, default False |
|---|
Layer is selected for editing in the DopeSheet
| Type : | boolean, default False |
|---|
Draw the points which make up the strokes (for debugging purposes)
| Type : | boolean, default False |
|---|
| Type : | boolean, default False |
|---|
Ghost frames on either side of frame
| Type : | boolean, default False |
|---|
Inherited Properties
Inherited Functions
|
References