Welcome to mirror list, hosted at ThFree Co, Russian Federation.

anim_intern.h « animation « editors « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e903007fbc039fe8f235d92f72290ead29c7b805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Testing code for 2.5 animation system 
 * Copyright 2009, Joshua Leung
 */
 
#ifndef ANIM_INTERN_H
#define ANIM_INTERN_H


/* KeyingSets/Keyframing Interface ------------- */

/* list of builtin KeyingSets (defined in keyingsets.c) */
extern ListBase builtin_keyingsets;

short keyingset_context_ok_poll(bContext *C, KeyingSet *ks);

short modifykey_get_context_data (bContext *C, ListBase *dsources, KeyingSet *ks);

#endif // ANIM_INTERN_H