Blender
V3.3
|
Public Attributes | |
struct tAnimCopybufItem * | next |
struct tAnimCopybufItem * | prev |
ID * | id |
bActionGroup * | grp |
char * | rna_path |
int | array_index |
int | totvert |
BezTriple * | bezt |
short | id_type |
bool | is_bone |
Definition at line 715 of file keyframes_general.c.
int tAnimCopybufItem::array_index |
Definition at line 721 of file keyframes_general.c.
Referenced by do_curve_mirror_flippping(), pastebuf_match_index_only(), pastebuf_match_path_full(), and pastebuf_match_path_property().
BezTriple* tAnimCopybufItem::bezt |
Definition at line 724 of file keyframes_general.c.
Referenced by ANIM_fcurves_copybuf_free(), copy_animedit_keys(), do_curve_mirror_flippping(), and paste_animedit_keys_fcurve().
bActionGroup* tAnimCopybufItem::grp |
Definition at line 719 of file keyframes_general.c.
ID* tAnimCopybufItem::id |
Definition at line 718 of file keyframes_general.c.
Referenced by pastebuf_match_path_property().
short tAnimCopybufItem::id_type |
Definition at line 726 of file keyframes_general.c.
Referenced by pastebuf_match_path_property().
bool tAnimCopybufItem::is_bone |
Definition at line 727 of file keyframes_general.c.
Referenced by do_curve_mirror_flippping(), flip_names(), and pastebuf_match_path_full().
struct tAnimCopybufItem* tAnimCopybufItem::next |
Definition at line 716 of file keyframes_general.c.
Referenced by ANIM_fcurves_copybuf_free(), pastebuf_match_index_only(), pastebuf_match_path_full(), and pastebuf_match_path_property().
struct tAnimCopybufItem * tAnimCopybufItem::prev |
Definition at line 716 of file keyframes_general.c.
char* tAnimCopybufItem::rna_path |
Definition at line 720 of file keyframes_general.c.
Referenced by ANIM_fcurves_copybuf_free(), do_curve_mirror_flippping(), flip_names(), pastebuf_match_path_full(), and pastebuf_match_path_property().
int tAnimCopybufItem::totvert |
Definition at line 723 of file keyframes_general.c.
Referenced by copy_animedit_keys(), and paste_animedit_keys_fcurve().