Blender V4.5
GreasePencilFrame Struct Reference

#include <DNA_grease_pencil_types.h>

Public Attributes

int drawing_index
 
uint32_t flag
 
int8_t type
 
char _pad [3]
 

Detailed Description

A GreasePencilFrame is a single keyframe in the timeline. It references a drawing by index into the drawing array.

Examples
/usr/src/RPM/BUILD/blender-4.5.8/source/blender/blenkernel/BKE_grease_pencil.hh.

Definition at line 145 of file DNA_grease_pencil_types.h.

Member Data Documentation

◆ _pad

char GreasePencilFrame::_pad[3]

Definition at line 158 of file DNA_grease_pencil_types.h.

◆ drawing_index

◆ flag

◆ type

int8_t GreasePencilFrame::type

Keyframe type. See eBezTriple_KeyframeType.

Definition at line 157 of file DNA_grease_pencil_types.h.

Referenced by nalloc_ak_cel(), and nupdate_ak_cel().


The documentation for this struct was generated from the following file: