Blender V4.3
Ipo Struct Reference

#include <DNA_ipo_types.h>

Public Attributes

ID id
 
ListBase curve
 
rctf cur
 
short blocktype
 
short showkey
 
short muteipo
 
char _pad [2]
 

Detailed Description

Definition at line 85 of file DNA_ipo_types.h.

Member Data Documentation

◆ _pad

char Ipo::_pad[2]

Definition at line 99 of file DNA_ipo_types.h.

◆ blocktype

short Ipo::blocktype

◆ cur

rctf Ipo::cur

Rect defining extents of keyframes?

Definition at line 91 of file DNA_ipo_types.h.

◆ curve

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

◆ muteipo

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().

◆ showkey

short Ipo::showkey

Either 0 or 1 (show vertical yellow lines for editing).

Definition at line 96 of file DNA_ipo_types.h.


The documentation for this struct was generated from the following file: