|
Blender V4.3
|
Public Attributes | |
| tRetainedKeyframe * | next |
| tRetainedKeyframe * | prev |
| float | frame |
| float | val |
| size_t | tot_count |
| size_t | del_count |
Definition at line 1773 of file blenkernel/intern/fcurve.cc.
| size_t tRetainedKeyframe::del_count |
Definition at line 1779 of file blenkernel/intern/fcurve.cc.
| float tRetainedKeyframe::frame |
Definition at line 1775 of file blenkernel/intern/fcurve.cc.
Referenced by BKE_fcurve_merge_duplicate_keys().
| tRetainedKeyframe* tRetainedKeyframe::next |
Definition at line 1774 of file blenkernel/intern/fcurve.cc.
| tRetainedKeyframe * tRetainedKeyframe::prev |
Definition at line 1774 of file blenkernel/intern/fcurve.cc.
| size_t tRetainedKeyframe::tot_count |
Definition at line 1778 of file blenkernel/intern/fcurve.cc.
Referenced by BKE_fcurve_merge_duplicate_keys().
| float tRetainedKeyframe::val |
Definition at line 1776 of file blenkernel/intern/fcurve.cc.
Referenced by BKE_fcurve_merge_duplicate_keys().