Blender V5.0
tRetainedKeyframe Struct Reference

Public Attributes

tRetainedKeyframenext
tRetainedKeyframeprev
float frame
float val
size_t tot_count
size_t del_count

Detailed Description

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

Member Data Documentation

◆ del_count

size_t tRetainedKeyframe::del_count

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

◆ frame

float tRetainedKeyframe::frame

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

Referenced by BKE_fcurve_merge_duplicate_keys().

◆ next

tRetainedKeyframe* tRetainedKeyframe::next

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

◆ prev

tRetainedKeyframe * tRetainedKeyframe::prev

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

◆ tot_count

size_t tRetainedKeyframe::tot_count

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

Referenced by BKE_fcurve_merge_duplicate_keys().

◆ val

float tRetainedKeyframe::val

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

Referenced by BKE_fcurve_merge_duplicate_keys().


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