Blender
V3.3
|
#include <DNA_action_types.h>
Public Attributes | |
ID * | source |
ListBase | chanbase |
struct Collection * | filter_grp |
char | searchstr [64] |
int | filterflag |
int | filterflag2 |
int | flag |
int | renameIndex |
Definition at line 707 of file DNA_action_types.h.
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().
struct Collection* bDopeSheet::filter_grp |
Object group for option to only include objects that belong to this Collection.
Definition at line 714 of file DNA_action_types.h.
Referenced by action_id_remap(), animdata_filter_base_is_ok(), animdata_filter_gpencil(), BKE_screen_area_blend_read_lib(), graph_id_remap(), lib_link_workspace_layout_restore(), nla_id_remap(), and screen_foreach_id_dopesheet().
int bDopeSheet::filterflag |
Flags to use for filtering data eAnimFilter_Flags.
Definition at line 719 of file DNA_action_types.h.
Referenced by actedit_get_context(), action_create(), animdata_filter_base_is_ok(), animdata_filter_dopesheet(), animdata_filter_dopesheet_ob(), animdata_filter_dopesheet_scene(), animdata_filter_dopesheet_summary(), animdata_filter_ds_material(), animdata_filter_ds_nodetree(), animdata_filter_ds_obdata(), animdata_filter_ds_particles(), animdata_filter_ds_texture(), animdata_filter_ds_world(), animdata_filter_gpencil(), animfilter_fcurve_next(), animfilter_modifier_idpoin_cb(), animfilter_nla(), click_select_channel_group(), do_version_area_change_space_to_space_action(), find_prev_next_keyframes(), graph_create(), graphedit_get_context(), keyframe_jump_exec(), nlaedit_get_context(), nlaedit_objects_add_exec(), select_pchan_for_action_group(), and skip_fcurve_selected_data().
int bDopeSheet::filterflag2 |
Definition at line 721 of file DNA_action_types.h.
Referenced by animdata_filter_dopesheet(), and animdata_filter_ds_obdata().
int bDopeSheet::flag |
Standard flags.
Definition at line 723 of file DNA_action_types.h.
Referenced by animdata_filter_dopesheet(), animdata_filter_dopesheet_summary(), blo_update_defaults_screen(), do_version_area_change_space_to_space_action(), and name_matches_dopesheet_filter().
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().
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().
ID* bDopeSheet::source |
Currently ID_SCE (for Dopesheet), and ID_SC (for Grease Pencil).
Definition at line 709 of file DNA_action_types.h.
Referenced by actedit_get_context(), action_id_remap(), animdata_filter_dopesheet(), BKE_screen_area_blend_read_lib(), graph_create(), graph_id_remap(), graph_init(), graphedit_get_context(), lib_link_workspace_layout_restore(), nla_create(), nla_id_remap(), nla_init(), nlaedit_get_context(), and screen_foreach_id_dopesheet().