|
Blender V4.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 85 of file DNA_ipo_types.h.
| char Ipo::_pad[2] |
Definition at line 99 of file DNA_ipo_types.h.
| short Ipo::blocktype |
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 91 of file DNA_ipo_types.h.
| ListBase Ipo::curve |
A list of IpoCurve structs in a linked list.
Definition at line 89 of file DNA_ipo_types.h.
Referenced by do_versions_ipos_to_animato(), ipo_blend_read_data(), ipo_foreach_id(), ipo_free_data(), ipo_to_animato(), and ipo_to_animdata().
| ID Ipo::id |
Definition at line 86 of file DNA_ipo_types.h.
Referenced by action_to_animato(), do_versions_ipos_to_animato(), ipo_free_data(), ipo_to_animato(), and ipo_to_animdata().
| short Ipo::muteipo |
Mute-IPO: either 0 or 1 (whether ipo block is muted).
Definition at line 98 of file DNA_ipo_types.h.
Referenced by ipo_to_animato().
| short Ipo::showkey |
Either 0 or 1 (show vertical yellow lines for editing).
Definition at line 96 of file DNA_ipo_types.h.