Blender
V3.3
|
Public Attributes | |
struct tReorderChannelIsland * | next |
struct tReorderChannelIsland * | prev |
ListBase | channels |
int | flag |
Definition at line 774 of file anim_channels_edit.c.
ListBase tReorderChannelIsland::channels |
Definition at line 777 of file anim_channels_edit.c.
Referenced by rearrange_animchannel_add_to_islands(), and rearrange_animchannel_flatten_islands().
int tReorderChannelIsland::flag |
Definition at line 778 of file anim_channels_edit.c.
Referenced by rearrange_animchannel_add_to_islands(), rearrange_animchannel_islands(), rearrange_island_bottom(), and rearrange_island_ok().
struct tReorderChannelIsland* tReorderChannelIsland::next |
Definition at line 775 of file anim_channels_edit.c.
Referenced by rearrange_animchannel_flatten_islands(), rearrange_animchannel_islands(), and rearrange_island_down().
struct tReorderChannelIsland * tReorderChannelIsland::prev |
Definition at line 775 of file anim_channels_edit.c.
Referenced by rearrange_animchannel_islands(), and rearrange_island_up().