Blender  V3.3
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 549 of file transform_convert.c.

Member Data Documentation

◆ del_count

size_t tRetainedKeyframe::del_count

Definition at line 555 of file transform_convert.c.

◆ frame

float tRetainedKeyframe::frame

Definition at line 551 of file transform_convert.c.

Referenced by posttrans_fcurve_clean().

◆ next

struct tRetainedKeyframe* tRetainedKeyframe::next

Definition at line 550 of file transform_convert.c.

◆ prev

struct tRetainedKeyframe * tRetainedKeyframe::prev

Definition at line 550 of file transform_convert.c.

◆ tot_count

size_t tRetainedKeyframe::tot_count

Definition at line 554 of file transform_convert.c.

Referenced by posttrans_fcurve_clean().

◆ val

float tRetainedKeyframe::val

Definition at line 552 of file transform_convert.c.

Referenced by posttrans_fcurve_clean().


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