Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_keyframes_edit.h
| Context not available. | |||||
| /* Destructive Editing API (keyframes_general.c) */ | /* Destructive Editing API (keyframes_general.c) */ | ||||
| void delete_fcurve_key(struct FCurve *fcu, int index, short do_recalc); | void delete_fcurve_key(struct FCurve *fcu, int index, short do_recalc); | ||||
| void delete_fcurve_keys(struct FCurve *fcu); | bool delete_fcurve_keys(struct FCurve *fcu); | ||||
| void clear_fcurve_keys(struct FCurve *fcu); | void clear_fcurve_keys(struct FCurve *fcu); | ||||
| void duplicate_fcurve_keys(struct FCurve *fcu); | void duplicate_fcurve_keys(struct FCurve *fcu); | ||||
| Context not available. | |||||