|
Blender
V2.93
|
Public Attributes | |
| struct tReorderChannelIsland * | next |
| struct tReorderChannelIsland * | prev |
| ListBase | channels |
| int | flag |
Definition at line 799 of file anim_channels_edit.c.
| ListBase tReorderChannelIsland::channels |
Definition at line 802 of file anim_channels_edit.c.
Referenced by rearrange_animchannel_add_to_islands(), and rearrange_animchannel_flatten_islands().
| int tReorderChannelIsland::flag |
Definition at line 803 of file anim_channels_edit.c.
Referenced by rearrange_animchannel_add_to_islands(), rearrange_animchannel_islands(), rearrange_island_bottom(), rearrange_island_ok(), and rearrange_island_up().
| struct tReorderChannelIsland* tReorderChannelIsland::next |
Definition at line 800 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 800 of file anim_channels_edit.c.
Referenced by rearrange_animchannel_islands(), and rearrange_island_up().