|
Blender V4.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 |
Storage for Dopesheet/Grease-Pencil Editor data.
Definition at line 854 of file DNA_action_types.h.
| 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().
| struct Collection* bDopeSheet::filter_grp |
Object group for option to only include objects that belong to this Collection.
Definition at line 861 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 866 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_grease_pencil(), animfilter_action(), animfilter_fcurve_next(), animfilter_fcurves_span(), animfilter_modifier_idpoin_cb(), animfilter_nla(), click_select_channel_group(), count_fcurves_hidden_by_filter(), 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(), blender::animrig::reevaluate_fcurve_errors(), select_pchan_for_action_group(), skip_fcurve_selected_data(), blender::animrig::tests::TEST_F(), and blender::animrig::tests::TEST_F().
| int bDopeSheet::filterflag2 |
Definition at line 868 of file DNA_action_types.h.
Referenced by animdata_filter_dopesheet(), animdata_filter_ds_obdata(), and fcurve_has_errors().
| int bDopeSheet::flag |
Standard flags.
Definition at line 870 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 873 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 863 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 Dopesheet), and ID_SC (for Grease Pencil).
Definition at line 856 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().