Package bpy :: Module types :: Class GPencilFrame
[hide private]
[frames] | no frames]

Class GPencilFrame

The Grease Pencil Frame Object

Collection of related sketches on a particular frame

References

Instance Variables [hide private]
int in [1, 300000] frame_number
The frame on which this sketch appears.
boolean paint_lock
Frame is being edited (painted on).
boolean selected
Frame is selected for editing in the DopeSheet.
Collection of GPencilStroke (readonly) strokes
Freehand curves defining the sketch on this frame.