|
Blender V5.0
|
#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 |
Storage for Dope-sheet/Grease-Pencil Editor data.
Definition at line 895 of file DNA_action_types.h.
| ListBase bDopeSheet::chanbase |
Cache for channels (only initialized when pinned).
Definition at line 899 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 902 of file DNA_action_types.h.
Referenced by action_foreach_id(), action_id_remap(), animdata_filter_base_is_ok(), animdata_filter_grease_pencil(), graph_foreach_id(), graph_id_remap(), nla_foreach_id(), and nla_id_remap().
| int bDopeSheet::filterflag |
Flags to use for filtering data eAnimFilter_Flags.
Definition at line 907 of file DNA_action_types.h.
Referenced by actedit_get_context(), action_create(), cachefile_to_keylist(), count_fcurves_hidden_by_filter(), do_version_area_change_space_to_space_action(), find_prev_next_keyframes(), graph_create(), graphedit_get_context(), keylist_fallback_for_keyframe_jump(), nlaedit_get_context(), nlaedit_objects_add_exec(), ob_keyframes_loop(), ob_to_keylist(), scene_keyframes_loop(), scene_to_keylist(), blender::animrig::tests::TEST_F(), and blender::animrig::tests::TEST_F().
| int bDopeSheet::filterflag2 |
Definition at line 909 of file DNA_action_types.h.
Referenced by actedit_get_context(), cachefile_to_keylist(), graphedit_get_context(), nlaedit_get_context(), ob_keyframes_loop(), ob_to_keylist(), scene_keyframes_loop(), and scene_to_keylist().
| int bDopeSheet::flag |
Standard flags.
Definition at line 911 of file DNA_action_types.h.
Referenced by acf_summary_setting_ptr(), 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 914 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 904 of file DNA_action_types.h.
Referenced by animdata_filter_gpencil_layers_data_legacy(), animdata_filter_grease_pencil_layer_node_recursive(), animdata_filter_shapekey(), animfilter_fcurve_next(), animfilter_fcurves_span(), animfilter_nla(), and name_matches_dopesheet_filter().
| ID* bDopeSheet::source |
Currently ID_SCE (for Dope-sheet), and ID_SC (for Grease Pencil).
Definition at line 897 of file DNA_action_types.h.
Referenced by actedit_get_context(), action_foreach_id(), action_id_remap(), animdata_filter_dopesheet(), graph_create(), graph_foreach_id(), graph_id_remap(), graph_init(), graphedit_get_context(), nla_create(), nla_foreach_id(), nla_id_remap(), nla_init(), and nlaedit_get_context().