Blender V4.3
tRetainedKeyframe Struct Reference

Public Attributes

tRetainedKeyframenext
 
tRetainedKeyframeprev
 
float frame
 
float val
 
size_t tot_count
 
size_t del_count
 

Detailed Description

Definition at line 1773 of file blenkernel/intern/fcurve.cc.

Member Data Documentation

◆ del_count

size_t tRetainedKeyframe::del_count

Definition at line 1779 of file blenkernel/intern/fcurve.cc.

◆ frame

float tRetainedKeyframe::frame

Definition at line 1775 of file blenkernel/intern/fcurve.cc.

Referenced by BKE_fcurve_merge_duplicate_keys().

◆ next

tRetainedKeyframe* tRetainedKeyframe::next

Definition at line 1774 of file blenkernel/intern/fcurve.cc.

◆ prev

tRetainedKeyframe * tRetainedKeyframe::prev

Definition at line 1774 of file blenkernel/intern/fcurve.cc.

◆ tot_count

size_t tRetainedKeyframe::tot_count

Definition at line 1778 of file blenkernel/intern/fcurve.cc.

Referenced by BKE_fcurve_merge_duplicate_keys().

◆ val

float tRetainedKeyframe::val

Definition at line 1776 of file blenkernel/intern/fcurve.cc.

Referenced by BKE_fcurve_merge_duplicate_keys().


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