Blender
V3.3
|
#include <DNA_action_types.h>
Public Attributes | |
struct bActionGroup * | next |
struct bActionGroup * | prev |
ListBase | channels |
int | flag |
int | customCol |
char | name [64] |
ThemeWireColor | cs |
Definition at line 596 of file DNA_action_types.h.
ListBase bActionGroup::channels |
NOTE: this must not be touched by standard listbase functions which would clear links to other channels.
Definition at line 603 of file DNA_action_types.h.
Referenced by action_copy_data(), action_groups_add_channel(), action_groups_remove_channel(), action_move_fcurves_by_basepath(), agroup_to_keylist(), agrp_keyframes_loop(), ANIM_fcurve_delete_from_animdata(), animchannels_delete_exec(), animchannels_ungroup_exec(), animfilter_act_group(), animfilter_action(), animsys_evaluate_action_group(), animviz_calc_motionpaths(), click_select_channel_group(), do_version_bbone_scale_fcurve_fix(), join_groups_action_temp(), rearrange_action_channels(), split_groups_action_temp(), and blender::bke::tests::TEST().
ThemeWireColor bActionGroup::cs |
Color set to use when customCol == -1.
Definition at line 616 of file DNA_action_types.h.
Referenced by acf_generic_channel_color(), acf_group_color(), action_group_colors_sync(), draw_channel_strips(), and set_pchan_colorset().
int bActionGroup::customCol |
Index of custom color set to use when used for bones (0=default - used for all old files, -1=custom set).
Definition at line 611 of file DNA_action_types.h.
Referenced by acf_generic_channel_color(), acf_group_color(), action_group_colors_sync(), animchan_sync_group(), draw_channel_strips(), ED_action_fcurve_ensure(), and set_pchan_colorset().
int bActionGroup::flag |
Settings for this action-group.
Definition at line 606 of file DNA_action_types.h.
Referenced by acf_group_setting_ptr(), action_groups_add_new(), action_groups_clear_tempflags(), action_move_fcurves_by_basepath(), AnimationImporter::add_bone_fcurve(), anim_channels_select_set(), ANIM_set_active_channel(), animchan_sync_group(), animfilter_act_group(), animsys_evaluate_action_group(), BKE_fcurve_is_protected(), box_select_anim_channels(), click_select_channel_group(), draw_agroup_channel(), draw_fcurve(), draw_fcurve_channel(), draw_fcurve_handles_check(), fcurve_add_to_list(), get_active_actiongroup(), is_fcurve_evaluatable(), join_groups_action_temp(), make_new_animlistelem(), mouse_action_keys(), rearrange_animchannel_add_to_islands(), select_pchan_for_action_group(), set_active_action_group(), skip_fcurve_selected_data(), and split_groups_action_temp().
char bActionGroup::name[64] |
Name of the group.
Definition at line 613 of file DNA_action_types.h.
Referenced by acf_group_name(), action_groups_add_new(), action_move_fcurves_by_basepath(), AnimationImporter::add_bone_fcurve(), animchan_sync_group(), autokeyframe_object(), BKE_pose_add_group(), click_select_channel_group(), compare_agroup(), ED_autokeyframe_property(), fcurve_add_to_list(), fcurves_path_rename_fix(), insert_fcurve_key(), insert_graph_keys(), pose_groups_menu_invoke(), poselib_apply_pose(), poselib_backup_posecopy(), poselib_keytag_pose(), select_pchan_for_action_group(), split_groups_action_temp(), and blender::bke::tests::TEST().
struct bActionGroup* bActionGroup::next |
Definition at line 597 of file DNA_action_types.h.
Referenced by action_copy_data(), action_groups_clear_tempflags(), action_move_fcurves_by_basepath(), animfilter_action(), get_active_actiongroup(), join_groups_action_temp(), pose_groups_menu_invoke(), poselib_apply_pose(), poselib_backup_posecopy(), poselib_keytag_pose(), rearrange_action_channels(), set_active_action_group(), and blender::bke::tests::TEST().
struct bActionGroup * bActionGroup::prev |
Definition at line 597 of file DNA_action_types.h.
Referenced by action_groups_add_channel(), and blender::bke::tests::TEST().