Blender V4.3
bDopeSheet Struct Reference

#include <DNA_action_types.h>

Public Attributes

IDsource
 
ListBase chanbase
 
struct Collectionfilter_grp
 
char searchstr [64]
 
int filterflag
 
int filterflag2
 
int flag
 
int renameIndex
 

Detailed Description

Storage for Dopesheet/Grease-Pencil Editor data.

Definition at line 854 of file DNA_action_types.h.

Member Data Documentation

◆ chanbase

ListBase bDopeSheet::chanbase

Cache for channels (only initialized when pinned).

Definition at line 858 of file DNA_action_types.h.

Referenced by graph_free(), and nla_free().

◆ filter_grp

struct Collection* bDopeSheet::filter_grp

◆ filterflag

◆ filterflag2

int bDopeSheet::filterflag2

◆ flag

◆ renameIndex

int bDopeSheet::renameIndex

index + 1 of channel to rename - only gets set by renaming operator.

Definition at line 873 of file DNA_action_types.h.

Referenced by achannel_is_being_renamed(), ANIM_channel_draw_widgets(), and rename_anim_channels().

◆ searchstr

char bDopeSheet::searchstr[64]

◆ source


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