base class — bpy_struct
Collection of grease pencil frames
Add a new grease pencil frame
Parameters: | frame_number (int in [0, 300000]) – Frame Number, The frame on which this sketch appears |
---|---|
Returns: | The newly created frame |
Return type: | GPencilFrame |
Remove a grease pencil frame
Parameters: | frame (GPencilFrame, (never None)) – Frame, The frame to remove |
---|
Copy a grease pencil frame
Parameters: | source (GPencilFrame, (never None)) – Source, The source frame |
---|---|
Returns: | The newly copied frame |
Return type: | GPencilFrame |
Inherited Properties
Inherited Functions
References