Blender V2.61 - r43446
|
#include <DNA_anim_types.h>
Public Attributes | |
struct KS_Path * | next |
struct KS_Path * | prev |
ID * | id |
char | group [64] |
int | idtype |
short | groupmode |
short | pad |
char * | rna_path |
int | array_index |
short | flag |
short | keyingflag |
Definition at line 709 of file DNA_anim_types.h.
Definition at line 721 of file DNA_anim_types.h.
Referenced by ANIM_apply_keyingset(), BKE_keyingset_add_path(), and BKE_keyingset_find_path().
short KS_Path::flag |
Definition at line 723 of file DNA_anim_types.h.
Referenced by add_empty_ks_path_exec(), ANIM_apply_keyingset(), and BKE_keyingset_add_path().
char KS_Path::group[64] |
Definition at line 713 of file DNA_anim_types.h.
Referenced by ANIM_apply_keyingset(), and BKE_keyingset_add_path().
short KS_Path::groupmode |
Definition at line 717 of file DNA_anim_types.h.
Referenced by add_empty_ks_path_exec(), ANIM_apply_keyingset(), and BKE_keyingset_add_path().
Definition at line 712 of file DNA_anim_types.h.
Referenced by ANIM_apply_keyingset(), BKE_keyingset_add_path(), BKE_keyingset_find_path(), expand_keyingsets(), lib_link_keyingsets(), pose_select_same_keyingset(), and select_grouped_keyingset().
int KS_Path::idtype |
Definition at line 715 of file DNA_anim_types.h.
Referenced by add_empty_ks_path_exec(), BKE_keyingset_add_path(), and list_item_row().
short KS_Path::keyingflag |
Definition at line 724 of file DNA_anim_types.h.
Referenced by ANIM_apply_keyingset().
struct KS_Path* KS_Path::next |
Definition at line 710 of file DNA_anim_types.h.
Referenced by ANIM_apply_keyingset(), BKE_keyingset_find_path(), BKE_keyingset_free(), BKE_keyingsets_copy(), direct_link_keyingsets(), expand_keyingsets(), lib_link_keyingsets(), pose_select_same_keyingset(), select_grouped_keyingset(), and write_keyingsets().
short KS_Path::pad |
Definition at line 718 of file DNA_anim_types.h.
struct KS_Path * KS_Path::prev |
Definition at line 710 of file DNA_anim_types.h.
char* KS_Path::rna_path |
Definition at line 720 of file DNA_anim_types.h.
Referenced by ANIM_apply_keyingset(), BKE_keyingset_add_path(), BKE_keyingset_find_path(), BKE_keyingset_free_path(), BKE_keyingsets_copy(), direct_link_keyingsets(), pose_select_same_keyingset(), and write_keyingsets().