Blender  V3.3
Public Attributes | List of all members
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

Definition at line 707 of file DNA_action_types.h.

Member Data Documentation

◆ chanbase

ListBase bDopeSheet::chanbase

Cache for channels (only initialized when pinned).

Definition at line 711 of file DNA_action_types.h.

Referenced by graph_free(), and nla_free().

◆ filter_grp

struct Collection* bDopeSheet::filter_grp

◆ filterflag

int bDopeSheet::filterflag

◆ filterflag2

int bDopeSheet::filterflag2

◆ flag

int bDopeSheet::flag

◆ renameIndex

int bDopeSheet::renameIndex

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

Definition at line 726 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]

String to search for in displayed names of F-Curves, or NlaTracks/GP Layers/etc.

Definition at line 716 of file DNA_action_types.h.

Referenced by animdata_filter_gpencil_layers_data(), animdata_filter_shapekey(), animfilter_fcurve_next(), animfilter_nla(), and name_matches_dopesheet_filter().

◆ source

ID* bDopeSheet::source

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