|
Blender V5.0
|
Public Attributes | |
| tRetainedKeyframe * | next |
| tRetainedKeyframe * | prev |
| float | frame |
| float | val |
| size_t | tot_count |
| size_t | del_count |
Definition at line 1779 of file blenkernel/intern/fcurve.cc.
| size_t tRetainedKeyframe::del_count |
Definition at line 1785 of file blenkernel/intern/fcurve.cc.
| float tRetainedKeyframe::frame |
Definition at line 1781 of file blenkernel/intern/fcurve.cc.
Referenced by BKE_fcurve_merge_duplicate_keys().
| tRetainedKeyframe* tRetainedKeyframe::next |
Definition at line 1780 of file blenkernel/intern/fcurve.cc.
| tRetainedKeyframe * tRetainedKeyframe::prev |
Definition at line 1780 of file blenkernel/intern/fcurve.cc.
| size_t tRetainedKeyframe::tot_count |
Definition at line 1784 of file blenkernel/intern/fcurve.cc.
Referenced by BKE_fcurve_merge_duplicate_keys().
| float tRetainedKeyframe::val |
Definition at line 1782 of file blenkernel/intern/fcurve.cc.
Referenced by BKE_fcurve_merge_duplicate_keys().