|
Blender
V3.3
|
Public Attributes | |
| struct tRetainedKeyframe * | next |
| struct tRetainedKeyframe * | prev |
| float | frame |
| float | val |
| size_t | tot_count |
| size_t | del_count |
Definition at line 549 of file transform_convert.c.
| size_t tRetainedKeyframe::del_count |
Definition at line 555 of file transform_convert.c.
| float tRetainedKeyframe::frame |
Definition at line 551 of file transform_convert.c.
Referenced by posttrans_fcurve_clean().
| struct tRetainedKeyframe* tRetainedKeyframe::next |
Definition at line 550 of file transform_convert.c.
| struct tRetainedKeyframe * tRetainedKeyframe::prev |
Definition at line 550 of file transform_convert.c.
| size_t tRetainedKeyframe::tot_count |
Definition at line 554 of file transform_convert.c.
Referenced by posttrans_fcurve_clean().
| float tRetainedKeyframe::val |
Definition at line 552 of file transform_convert.c.
Referenced by posttrans_fcurve_clean().