Blender V2.61 - r43446
|
#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 433 of file DNA_action_types.h.
Definition at line 436 of file DNA_action_types.h.
Referenced by action_groups_add_channel(), action_groups_remove_channel(), action_move_fcurves_by_basepath(), agroup_to_keylist(), agrp_keyframes_loop(), animchannels_delete_exec(), animfilter_act_group(), animfilter_action(), animsys_evaluate_action_group(), copy_action(), direct_link_action(), join_groups_action_temp(), mouse_anim_channels(), rearrange_action_channels(), and split_groups_action_temp().
Definition at line 442 of file DNA_action_types.h.
Referenced by acf_generic_channel_color(), and set_pchan_colorset().
Definition at line 439 of file DNA_action_types.h.
Referenced by acf_generic_channel_color(), and set_pchan_colorset().
Definition at line 438 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_deselect_anim_channels(), ANIM_set_active_channel(), animchan_sync_group(), animfilter_act_group(), animsys_evaluate_action_group(), animsys_evaluate_fcurves(), borderselect_anim_channels(), delete_keyframe(), draw_agroup_channel(), draw_fcurve_handles_check(), fcurve_add_to_list(), fcurve_is_keyframable(), get_active_actiongroup(), graph_draw_curves(), join_groups_action_temp(), make_new_animlistelem(), mouse_action_keys(), mouse_anim_channels(), nlastrip_evaluate_actionclip(), rearrange_animchannel_add_to_islands(), set_active_action_group(), and split_groups_action_temp().
char bActionGroup::name[64] |
Definition at line 440 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_ob_cb_func(), autokeyframe_pose_cb_func(), compare_agroup(), fcurve_add_to_list(), insert_action_keys(), insert_graph_keys(), outliner_add_object_contents(), pose_groups_menu_invoke(), poselib_apply_pose(), poselib_backup_posecopy(), poselib_keytag_pose(), split_groups_action_temp(), and ui_but_anim_autokey().
struct bActionGroup* bActionGroup::next |
Definition at line 434 of file DNA_action_types.h.
Referenced by action_groups_clear_tempflags(), action_move_fcurves_by_basepath(), animfilter_action(), copy_action(), direct_link_action(), get_active_actiongroup(), join_groups_action_temp(), outliner_add_object_contents(), pose_groups_menu_invoke(), poselib_apply_pose(), poselib_backup_posecopy(), poselib_keytag_pose(), rearrange_action_channels(), set_active_action_group(), split_groups_action_temp(), write_actions(), and write_pose().
struct bActionGroup * bActionGroup::prev |
Definition at line 434 of file DNA_action_types.h.
Referenced by action_groups_add_channel().