|
Blender
V2.59
|
#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 691 of file DNA_anim_types.h.
Definition at line 703 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 705 of file DNA_anim_types.h.
Referenced by ANIM_apply_keyingset(), and BKE_keyingset_add_path().
| char KS_Path::group[64] |
Definition at line 695 of file DNA_anim_types.h.
Referenced by ANIM_apply_keyingset(), and BKE_keyingset_add_path().
| short KS_Path::groupmode |
Definition at line 699 of file DNA_anim_types.h.
Referenced by add_empty_ks_path_exec(), ANIM_apply_keyingset(), and BKE_keyingset_add_path().
Definition at line 694 of file DNA_anim_types.h.
Referenced by ANIM_apply_keyingset(), BKE_keyingset_add_path(), BKE_keyingset_find_path(), expand_keyingsets(), and lib_link_keyingsets().
| int KS_Path::idtype |
Definition at line 697 of file DNA_anim_types.h.
Referenced by add_empty_ks_path_exec(), and BKE_keyingset_add_path().
| short KS_Path::keyingflag |
Definition at line 706 of file DNA_anim_types.h.
Referenced by ANIM_apply_keyingset().
| struct KS_Path* KS_Path::next |
Definition at line 692 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(), and write_keyingsets().
| short KS_Path::pad |
Definition at line 700 of file DNA_anim_types.h.
| struct KS_Path * KS_Path::prev |
Definition at line 692 of file DNA_anim_types.h.
| char* KS_Path::rna_path |
Definition at line 702 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(), and write_keyingsets().