Blender  V2.93
Public Attributes | List of all members
tRetainedKeyframe Struct Reference

Public Attributes

struct tRetainedKeyframenext
 
struct tRetainedKeyframeprev
 
float frame
 
float val
 
size_t tot_count
 
size_t del_count
 

Detailed Description

Definition at line 661 of file transform_convert.c.

Member Data Documentation

◆ del_count

size_t tRetainedKeyframe::del_count

Definition at line 667 of file transform_convert.c.

◆ frame

float tRetainedKeyframe::frame

Definition at line 663 of file transform_convert.c.

Referenced by posttrans_fcurve_clean().

◆ next

struct tRetainedKeyframe* tRetainedKeyframe::next

Definition at line 662 of file transform_convert.c.

◆ prev

struct tRetainedKeyframe * tRetainedKeyframe::prev

Definition at line 662 of file transform_convert.c.

◆ tot_count

size_t tRetainedKeyframe::tot_count

Definition at line 666 of file transform_convert.c.

Referenced by posttrans_fcurve_clean().

◆ val

float tRetainedKeyframe::val

Definition at line 664 of file transform_convert.c.

Referenced by posttrans_fcurve_clean().


The documentation for this struct was generated from the following file: