|
Blender V4.3
|
Public Attributes | |
| tAnimCopybufItem * | next |
| 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 1244 of file keyframes_general.cc.
| int tAnimCopybufItem::array_index |
Definition at line 1250 of file keyframes_general.cc.
Referenced by copy_animedit_keys(), do_curve_mirror_flippping(), pastebuf_match_index_only(), pastebuf_match_path_full(), and pastebuf_match_path_property().
| BezTriple* tAnimCopybufItem::bezt |
Definition at line 1253 of file keyframes_general.cc.
Referenced by ANIM_fcurves_copybuf_free(), copy_animedit_keys(), paste_animedit_keys_fcurve(), and paste_get_y_offset().
| bActionGroup* tAnimCopybufItem::grp |
Definition at line 1248 of file keyframes_general.cc.
Referenced by copy_animedit_keys().
| ID* tAnimCopybufItem::id |
Definition at line 1247 of file keyframes_general.cc.
Referenced by copy_animedit_keys(), and pastebuf_match_path_property().
| short tAnimCopybufItem::id_type |
Definition at line 1255 of file keyframes_general.cc.
Referenced by copy_animedit_keys(), and pastebuf_match_path_property().
| bool tAnimCopybufItem::is_bone |
Definition at line 1256 of file keyframes_general.cc.
Referenced by copy_animedit_keys(), do_curve_mirror_flippping(), flip_names(), and pastebuf_match_path_full().
| tAnimCopybufItem* tAnimCopybufItem::next |
Definition at line 1245 of file keyframes_general.cc.
Referenced by ANIM_fcurves_copybuf_free(), pastebuf_match_index_only(), pastebuf_match_path_full(), and pastebuf_match_path_property().
| tAnimCopybufItem * tAnimCopybufItem::prev |
Definition at line 1245 of file keyframes_general.cc.
| char* tAnimCopybufItem::rna_path |
Definition at line 1249 of file keyframes_general.cc.
Referenced by ANIM_fcurves_copybuf_free(), copy_animedit_keys(), do_curve_mirror_flippping(), flip_names(), pastebuf_match_path_full(), and pastebuf_match_path_property().
| int tAnimCopybufItem::totvert |
Definition at line 1252 of file keyframes_general.cc.
Referenced by copy_animedit_keys(), paste_animedit_keys_fcurve(), and paste_get_y_offset().