Blender
V3.3
|
#include <DNA_ipo_types.h>
Public Attributes | |
ID | id |
ListBase | curve |
rctf | cur |
short | blocktype |
short | showkey |
short | muteipo |
char | _pad [2] |
Definition at line 84 of file DNA_ipo_types.h.
char Ipo::_pad[2] |
Definition at line 97 of file DNA_ipo_types.h.
short Ipo::blocktype |
Blocktype: self-explanatory; showkey: either 0 or 1 (show vertical yellow lines for editing).
Definition at line 94 of file DNA_ipo_types.h.
Referenced by do_versions_ipos_to_animato(), ipo_blend_read_data(), and ipo_to_animato().
rctf Ipo::cur |
Rect defining extents of keyframes?
Definition at line 90 of file DNA_ipo_types.h.
ListBase Ipo::curve |
A list of IpoCurve structs in a linked list.
Definition at line 88 of file DNA_ipo_types.h.
Referenced by do_versions_ipos_to_animato(), ipo_blend_read_data(), ipo_blend_read_expand(), ipo_blend_read_lib(), ipo_free_data(), ipo_to_animato(), and ipo_to_animdata().
ID Ipo::id |
Definition at line 85 of file DNA_ipo_types.h.
Referenced by action_to_animato(), do_versions_ipos_to_animato(), ipo_blend_read_lib(), ipo_free_data(), ipo_to_animato(), and ipo_to_animdata().
short Ipo::muteipo |
Muteipo: either 0 or 1 (whether ipo block is muted).
Definition at line 96 of file DNA_ipo_types.h.
Referenced by ipo_to_animato().
short Ipo::showkey |
Definition at line 94 of file DNA_ipo_types.h.