Blender  V3.3
Public Attributes | List of all members
bActionGroup Struct Reference

#include <DNA_action_types.h>

Public Attributes

struct bActionGroupnext
 
struct bActionGroupprev
 
ListBase channels
 
int flag
 
int customCol
 
char name [64]
 
ThemeWireColor cs
 

Detailed Description

Definition at line 596 of file DNA_action_types.h.

Member Data Documentation

◆ channels

ListBase bActionGroup::channels

◆ cs

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().

◆ customCol

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().

◆ flag

int bActionGroup::flag

◆ name

char bActionGroup::name[64]

◆ next

struct bActionGroup* bActionGroup::next

◆ prev

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().


The documentation for this struct was generated from the following file: