Blender V4.5
blender::FrameRange Struct Reference

Public Member Functions

bool is_empty () const
bool is_single_frame () const
int duration () const
FrameRange drop_front (const int n) const
FrameRange drop_back (const int n) const
FrameRange shift (const int n) const

Public Attributes

int sfra
int efra

Detailed Description

Definition at line 90 of file MOD_grease_pencil_time.cc.

Member Function Documentation

◆ drop_back()

FrameRange blender::FrameRange::drop_back ( const int n) const
inline

Definition at line 117 of file MOD_grease_pencil_time.cc.

References BLI_assert, efra, and sfra.

◆ drop_front()

FrameRange blender::FrameRange::drop_front ( const int n) const
inline

Definition at line 111 of file MOD_grease_pencil_time.cc.

References BLI_assert, efra, and sfra.

◆ duration()

◆ is_empty()

bool blender::FrameRange::is_empty ( ) const
inline

Definition at line 96 of file MOD_grease_pencil_time.cc.

References efra, and sfra.

◆ is_single_frame()

bool blender::FrameRange::is_single_frame ( ) const
inline

Definition at line 101 of file MOD_grease_pencil_time.cc.

References efra, and sfra.

◆ shift()

FrameRange blender::FrameRange::shift ( const int n) const
inline

Member Data Documentation

◆ efra

◆ sfra


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