Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/keyingsets.c
| Context not available. | |||||
| } | } | ||||
| /* Get Keying Set to use for Auto-Keyframing some transforms */ | /* Get Keying Set to use for Auto-Keyframing some transforms */ | ||||
| KeyingSet *ANIM_get_keyingset_for_autokeying(Scene *scene, const char *tranformKSName) | KeyingSet *ANIM_get_keyingset_for_autokeying(Scene *scene, const char *transformKSName) | ||||
| { | { | ||||
| /* get KeyingSet to use | /* get KeyingSet to use | ||||
| * - use the active KeyingSet if defined (and user wants to use it for all autokeying), | * - use the active KeyingSet if defined (and user wants to use it for all autokeying), | ||||
| Context not available. | |||||