|
Blender V4.3
|
Public Attributes | |
| tEulerFilter * | next |
| tEulerFilter * | prev |
| ID * | id |
| FCurve * | fcurves [3] |
| const char * | rna_path |
Definition at line 1781 of file graph_edit.cc.
| FCurve* tEulerFilter::fcurves[3] |
3 Pointers to F-Curves.
Definition at line 1787 of file graph_edit.cc.
Referenced by euler_filter_group_channels(), and euler_filter_multi_channel().
| ID* tEulerFilter::id |
ID-block which owns the channels
Definition at line 1785 of file graph_edit.cc.
Referenced by euler_filter_group_channels(), and euler_filter_multi_channel().
| tEulerFilter* tEulerFilter::next |
Definition at line 1782 of file graph_edit.cc.
| tEulerFilter * tEulerFilter::prev |
Definition at line 1782 of file graph_edit.cc.
| const char* tEulerFilter::rna_path |
Pointer to one of the RNA Path's used by one of the F-Curves.
Definition at line 1789 of file graph_edit.cc.
Referenced by euler_filter_group_channels(), and euler_filter_multi_channel().