Fix T39902: Keyframe insertion by a Keying Set fails in the edit mode when keyframing object data properties.
Reviewers: aligorith Reviewed By: aligorith Differential Revision: https://developer.blender.org/D484
This commit is contained in:
@@ -202,6 +202,9 @@ struct KeyingSet *ANIM_builtin_keyingset_get_named(struct KeyingSet *prevKS, con
|
||||
/* Find KeyingSet type info given a name */
|
||||
KeyingSetInfo *ANIM_keyingset_info_find_name(const char name[]);
|
||||
|
||||
/* Find a given ID in the KeyingSet */
|
||||
bool ANIM_keyingset_find_id(struct KeyingSet *ks, ID *id);
|
||||
|
||||
/* for RNA type registrations... */
|
||||
void ANIM_keyingset_info_register(KeyingSetInfo *ksi);
|
||||
void ANIM_keyingset_info_unregister(struct Main *bmain, KeyingSetInfo *ksi);
|
||||
|
||||
Reference in New Issue
Block a user