|
Blender
V2.93
|
Public Attributes | |
| struct tRetainedKeyframe * | next |
| struct tRetainedKeyframe * | prev |
| float | frame |
| float | val |
| size_t | tot_count |
| size_t | del_count |
Definition at line 661 of file transform_convert.c.
| size_t tRetainedKeyframe::del_count |
Definition at line 667 of file transform_convert.c.
| float tRetainedKeyframe::frame |
Definition at line 663 of file transform_convert.c.
Referenced by posttrans_fcurve_clean().
| struct tRetainedKeyframe* tRetainedKeyframe::next |
Definition at line 662 of file transform_convert.c.
| struct tRetainedKeyframe * tRetainedKeyframe::prev |
Definition at line 662 of file transform_convert.c.
| size_t tRetainedKeyframe::tot_count |
Definition at line 666 of file transform_convert.c.
Referenced by posttrans_fcurve_clean().
| float tRetainedKeyframe::val |
Definition at line 664 of file transform_convert.c.
Referenced by posttrans_fcurve_clean().